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:
8fdd8c4
)
ext4: fix failure exits
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 9 Jan 2012 20:53:24 +0000
(15:53 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 9 Jan 2012 20:57:20 +0000
(15:57 -0500)
a) leaking root dentry is bad
b) in case of failed ext4_mb_init() we don't want to do ext4_mb_release()
c) OTOH, in the same case we *do* want ext4_ext_release()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found