[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>
This commit is contained in:
committed by
Linus Torvalds
parent
89bbc03c01
commit
54f67f631d
@@ -289,6 +289,9 @@ const struct file_operations ncp_file_operations =
|
||||
.read = ncp_file_read,
|
||||
.write = ncp_file_write,
|
||||
.ioctl = ncp_ioctl,
|
||||
#ifdef CONFIG_COMPAT
|
||||
.compat_ioctl = ncp_compat_ioctl,
|
||||
#endif
|
||||
.mmap = ncp_mmap,
|
||||
.release = ncp_release,
|
||||
.fsync = ncp_fsync,
|
||||
|
Reference in New Issue
Block a user