From: Arnd Bergmann Date: Tue, 14 Sep 2010 21:00:34 +0000 (+0200) Subject: BKL: Remove BKL from autofs4 X-Git-Tag: v2.6.37-rc1~174^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00e300e1b682ea86fcb5216250722afd42686ab3;p=pandora-kernel.git BKL: Remove BKL from autofs4 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 Cc: "H. Peter Anvin" Cc: Ian Kent --- Reading git-diff-tree failed