Skip to content
Commit 94bf608a authored by Al Viro's avatar Al Viro
Browse files

ext4: fix failure exits



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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 8fdd8c49
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment