autofs/autofs4: Move compat_ioctl handling into fs
authorArnd Bergmann <arnd@arndb.de>
Sat, 3 Jul 2010 22:15:07 +0000 (00:15 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Sun, 8 Aug 2010 22:13:34 +0000 (00:13 +0200)
Handling of autofs ioctl numbers does not need to be generic
and can easily be done directly in autofs itself.

This also pushes the BKL into autofs and autofs4 ioctl
methods.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Ian Kent <raven@themaw.net>
Cc: Autofs <autofs@linux.kernel.org>
Cc: John Kacur <jkacur@redhat.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>

No differences found