BKL: Remove BKL from autofs4
authorArnd Bergmann <arnd@arndb.de>
Tue, 14 Sep 2010 21:00:34 +0000 (23:00 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Oct 2010 19:10:46 +0000 (21:10 +0200)
autofs4 uses the BKL only to guard its ioctl operations.
This can be trivially converted to use a mutex, as we have
done with most device drivers before.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ian Kent <raven@themaw.net>

No differences found