[X25]: ioctl conversion 32 bit user to 64 bit kernel
authorShaun Pereira <spereira@tusc.com.au>
Wed, 22 Mar 2006 08:00:12 +0000 (00:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2006 08:00:12 +0000 (00:00 -0800)
commit1b06e6ba25a37fe1c289049d0e0300d71ae39eff
treee119b3bf47125cb1b5a32fab531815890202d334
parentf0ac2614412e2b597e2d5bfbd3960b4f73718b41
[X25]: ioctl conversion 32 bit user to 64 bit kernel

To allow 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 <spereira@tusc.com.au>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/x25/af_x25.c