From: Arnd Bergmann Date: Thu, 16 Sep 2010 13:35:54 +0000 (+0200) Subject: BKL: Remove BKL from squashfs X-Git-Tag: v2.6.37-rc1~174^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dbc4b32d0b39701cbec65582e196a20889155fb;p=pandora-kernel.git BKL: Remove BKL from squashfs The BKL is only used in put_super and fill_super, which are both protected by the superblocks s_umount rw_semaphore. Therefore it is safe to remove the BKL entirely. Signed-off-by: Arnd Bergmann Cc: Phillip Lougher --- Reading git-diff-tree failed