From: Arnd Bergmann Date: Thu, 16 Sep 2010 14:11:09 +0000 (+0200) Subject: BKL: Remove BKL from jffs2 X-Git-Tag: v2.6.37-rc1~174^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a028dd2dd589c3924d9711a1b073a13c820b6b5;p=pandora-kernel.git BKL: Remove BKL from jffs2 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: Arnd Bergmann Cc: David Woodhouse --- Reading git-diff-tree failed