From: Jan Blunck Date: Wed, 24 Feb 2010 12:25:30 +0000 (+0100) Subject: BKL: Remove BKL from ext3_put_super() and ext3_remount() X-Git-Tag: v2.6.37-rc1~174^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b54a46a83232d172d55013c3af838190615260;p=pandora-kernel.git BKL: Remove BKL from ext3_put_super() and ext3_remount() The BKL lock is protecting the remounting against a potential call to ext3_put_super(). This could not happen, since this is protected by the s_umount rw semaphore of struct super_block. Therefore I think the BKL is protecting nothing here. Signed-off-by: Jan Blunck Acked-by: Jan Kara Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed