[PATCH] Move ncpfs 32bit compat ioctl to ncpfs
authorPetr Vandrovec <petr@vandrovec.name>
Sun, 1 Oct 2006 06:27:55 +0000 (23:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 1 Oct 2006 07:39:23 +0000 (00:39 -0700)
commit54f67f631dfc25ca7a8b19200e34013abc974337
tree96c481c2723e1f5f626110c9a7f1c4a07b9ee056
parent89bbc03c01f68e627a2b120963f136e2815f0d84
[PATCH] Move ncpfs 32bit compat ioctl to ncpfs

The ncp specific compat ioctls are clearly local to one file system, so the
code can better live there.

This version of the patch moves everything into the generic ioctl handler
and uses it for both 32 and 64 bit calls.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Petr Vandrovec <petr@vandrovec.name>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/compat_ioctl.c
fs/ncpfs/dir.c
fs/ncpfs/file.c
fs/ncpfs/ioctl.c
include/linux/compat_ioctl.h
include/linux/ncp_fs.h