commit | 0484b1cedc053cf88a046da5f08bc00747e533cb | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Oct 20 22:22:57 2010 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Jan 06 17:03:55 2011 +0100 |
tree | 2847245e7ff7d0053ccbf65c9e6c07794b439fe4 | |
parent | c03cad241af63445b751781a09faf08b3a5b77c1 [diff] |
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 <jack@suse.cz>