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)
commit74c41429ae5889933a2b9b9d0d2f687baa410766
treee102d92f2708bc8a1cf9ade061053621e90d7ff4
parentdb71922217a214e5c9268448e537b54fc1f301ea
BKL: Remove BKL from Amiga FFS

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>
fs/affs/super.c