From: Jan Kara Date: Wed, 20 Oct 2010 20:22:57 +0000 (+0200) Subject: udf: Remove BKL from udf_put_super() and udf_remount_fs() X-Git-Tag: v2.6.38-rc1~408^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0484b1cedc053cf88a046da5f08bc00747e533cb;p=pandora-kernel.git udf: Remove BKL from udf_put_super() and udf_remount_fs() udf_put_super() does not need BKL because the filesystem is shut down so there's nothing to race with. The credential changes in udf_remount_fs() and LVID changes are now protected by dedicated locks so we can remove BKL from this function as well. Signed-off-by: Jan Kara --- Reading git-diff-tree failed