autofs3: move to drivers/staging
authorArnd Bergmann <arnd@arndb.de>
Mon, 4 Oct 2010 20:28:10 +0000 (22:28 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Oct 2010 16:03:39 +0000 (09:03 -0700)
commitdb7bee24d23d82cc55c7cbc9a1f82d07066d6fce
tree4d92f11d078be04f1810a9d099140eebc890772d
parentd95ec7e2fd5cebf2f1caf3f572fa5e0a820ac5b1
autofs3: move to drivers/staging

Nobody appears to be interested in fixing autofs3 bugs
any more and it uses the BKL, which is going away.

Move this to staging for retirement. Unless someone
complains until 2.6.38, we can remove it for good.

The include/linux/auto_fs.h header file is still used
by autofs4, so it remains in place.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Ian Kent <raven@themaw.net>
Cc: autofs@linux.kernel.org
Cc: "H. Peter Anvin" <hpa@zytor.com>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
23 files changed:
MAINTAINERS
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/autofs/Kconfig [new file with mode: 0644]
drivers/staging/autofs/Makefile [new file with mode: 0644]
drivers/staging/autofs/autofs_i.h [new file with mode: 0644]
drivers/staging/autofs/dirhash.c [new file with mode: 0644]
drivers/staging/autofs/init.c [new file with mode: 0644]
drivers/staging/autofs/inode.c [new file with mode: 0644]
drivers/staging/autofs/root.c [new file with mode: 0644]
drivers/staging/autofs/symlink.c [new file with mode: 0644]
drivers/staging/autofs/waitq.c [new file with mode: 0644]
fs/Kconfig
fs/Makefile
fs/autofs/Kconfig [deleted file]
fs/autofs/Makefile [deleted file]
fs/autofs/autofs_i.h [deleted file]
fs/autofs/dirhash.c [deleted file]
fs/autofs/init.c [deleted file]
fs/autofs/inode.c [deleted file]
fs/autofs/root.c [deleted file]
fs/autofs/symlink.c [deleted file]
fs/autofs/waitq.c [deleted file]