git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c03cad2
)
udf: Remove BKL from udf_put_super() and udf_remount_fs()
author
Jan Kara
<jack@suse.cz>
Wed, 20 Oct 2010 20:22:57 +0000
(22:22 +0200)
committer
Jan Kara
<jack@suse.cz>
Thu, 6 Jan 2011 16:03:55 +0000
(17:03 +0100)
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>
No differences found