commit | 74c41429ae5889933a2b9b9d0d2f687baa410766 | [log] [tgz] |
---|---|---|
author | Jan Blunck <jblunck@infradead.org> | Sun Aug 15 22:52:36 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Mon Oct 04 21:10:34 2010 +0200 |
tree | e102d92f2708bc8a1cf9ade061053621e90d7ff4 | |
parent | db71922217a214e5c9268448e537b54fc1f301ea [diff] |
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>