From: Arnd Bergmann Date: Wed, 24 Feb 2010 12:25:33 +0000 (+0100) Subject: BKL: Remove BKL from OCFS2 X-Git-Tag: v2.6.37-rc1~174^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60056794127a25d641465b706e8828186f7a2e1f;p=pandora-kernel.git BKL: Remove BKL from OCFS2 The BKL in ocfs2/dlmfs is used in put_super, fill_super and remount_fs that are all three protected by the superblocks s_umount rw_semaphore. The use in ocfs2_control_open is evidently unrelated and the function is protected by ocfs2_control_lock. Therefore it is safe to remove the BKL entirely. Signed-off-by: Arnd Bergmann Cc: Mark Fasheh Cc: Joel Becker --- Reading git-diff-tree failed