On Sun, Feb 11, 2007 at 02:27:22PM -0500, Arnaud Lacombe wrote:uint64_t should be preferred for new code. The process is quite simple: keep a copy of the current structure with a different name (e.g., oldvnd_ioctl), and create new ioctl commands referencing that structure with the name OXXX. E.g.: #define OVNDIOCSET _IOWR('F', 0, struct oldvnd_ioctl) Then you add an entry in ioctl handler for those commands that do what they're supposed to do (i.e., in that case convert the value), and put those specific parts under COMPAT_40. --=20 Quentin Garnier - cube@cubidou.net - cube@NetBSD.org "You could have made it, spitting out benchmarks Owe it to yourself not to fail" Amplifico, Spitting Out Benchmarks, Hometakes Vol. 2, 2005.
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Roland McGrath | Re: Linus 2.6.23-rc1 |
| James Bottomley | Re: Announce: Linux-next (Or Andrew's dream :-)) |
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
git: | |
| Gerrit Renker | [PATCH 13/37] dccp: Deprecate Ack Ratio sysctl |
| Corey Minyard | [PATCH 3/3] Convert the UDP hash lock to RCU |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
