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:
be7e095
)
btrfs: make free_fs_info() call ->kill_sb() unconditional
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 17 Nov 2011 06:46:50 +0000
(
01:46
-0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 9 Jan 2012 00:34:41 +0000
(19:34 -0500)
... and don't bother with it after btrfs_fill_super() failure -
->kill_sb() (unlike ->put_super()) will be called even if we
have not got non-NULL ->s_root.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found