BKL: Remove BKL from Amiga FFS
authorJan Blunck <jblunck@infradead.org>
Sun, 15 Aug 2010 20:52:36 +0000 (22:52 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Oct 2010 19:10:34 +0000 (21:10 +0200)
The BKL is only used in put_super, fill_super and remount_fs that are all
three protected by the superblocks s_umount rw_semaphore. Therefore it is
safe to remove the BKL entirely.

Signed-off-by: Jan Blunck <jblunck@infradead.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

No differences found