[PATCH 3/6] x25: Allow 32 bit socket ioctl in 64 bit kernel

2006-02-15 Thread Shaun Pereira
32 bit modular socket ioctl emulation for 64 bit kernel This patch allows 32 bit x25 module structures to be passed to a 64 bit kernel via ioctl using the new compat_sock_ioctl registration mechanism instead of the obsolete 'register_ioctl32_conversion into hash table' mechanism. Signed-off-b

[PATCH 3/6] x25: Allow 32 bit socket ioctl in 64 bit kernel

2006-02-15 Thread Shaun Pereira
This patch allows 32 bit x25 module structures to be passed to a 64 bit kernel via ioctl using the new compat_sock_ioctl registration mechanism instead of the obsolete 'register_ioctl32_conversion into hash table' mechanism. Signed-off-by:Shaun Pereira <[EMAIL PROTECTED]> Acked-by: Arnd Bergma