]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commite3564134f258ff5298ec40ed13bc8a88fd5144dc
tree96c481c2723e1f5f626110c9a7f1c4a07b9ee056
parent34a65b425f1831f012a0aef6dcd266c85708d6b5
[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