BKL: Remove BKL from afs
authorArnd Bergmann <arnd@arndb.de>
Thu, 16 Sep 2010 13:35:54 +0000 (15:35 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Oct 2010 19:10:48 +0000 (21:10 +0200)
commit77f2fe036cd51300c80d1aca76bcf23a09977f13
tree08598ae2b51e8351cf280fd23e4bd7ef22757ef9
parentcdbd2b013d2814ad39e893316943fb58e6d9ec23
BKL: Remove BKL from afs

The BKL is only used in put_super and fill_super, which are both protected
by the superblocks s_umount rw_semaphore. Therefore it is safe to remove
the BKL entirely.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: linux-afs@lists.infradead.org
Cc: David Howells <dhowells@redhat.com>
fs/afs/super.c