From: Arnd Bergmann Date: Tue, 14 Sep 2010 21:07:27 +0000 (+0200) Subject: BKL: Remove BKL from fat X-Git-Tag: v2.6.37-rc1~174^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3768744cfea7b995dce27f02341161fbfdfee80c;p=pandora-kernel.git BKL: Remove BKL from fat The lock_kernel in fat_put_super is not needed because it only protects the super block itself and we know that no other thread can reach it because we are about to kfree the object. In the two fill_super functions, this converts the locking to use lock_super like elsewhere in the fat code. This is probably not needed either, but is consistent and puts us on the safe side. Signed-off-by: Arnd Bergmann Cc: OGAWA Hirofumi Cc: Jan Blunck --- Reading git-diff-tree failed