From: Jan Blunck Date: Wed, 24 Feb 2010 12:25:32 +0000 (+0100) Subject: BKL: Remove BKL from NILFS2 X-Git-Tag: v2.6.37-rc1~174^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d4c19c5f9ac5972e30e89b3c81ad1fd6e11fee;p=pandora-kernel.git BKL: Remove BKL from NILFS2 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