From: Jan Blunck Date: Sun, 15 Aug 2010 20:52:36 +0000 (+0200) Subject: BKL: Remove BKL from Amiga FFS X-Git-Tag: v2.6.37-rc1~174^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74c41429ae5889933a2b9b9d0d2f687baa410766;p=pandora-kernel.git 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 Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed