From: Jan Blunck Date: Wed, 24 Feb 2010 12:25:30 +0000 (+0100) Subject: BKL: Remove BKL from ext4 filesystem X-Git-Tag: v2.6.37-rc1~174^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2143c4e2ebc6be3f07b7c7527dae7313fde23e1;p=pandora-kernel.git BKL: Remove BKL from ext4 filesystem The BKL is still used in ext4_put_super(), ext4_fill_super() and ext4_remount(). All three calles are protected against concurrent calls by the s_umount rw semaphore of struct super_block. Therefore the BKL is protecting nothing in this case. Signed-off-by: Jan Blunck Acked-by: "Theodore Ts'o" Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed