From: Al Viro Date: Mon, 9 Jan 2012 20:53:24 +0000 (-0500) Subject: ext4: fix failure exits X-Git-Tag: v3.3-rc1~132^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94bf608a18fa4421315275a81c5489734599297a;p=pandora-kernel.git 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: Al Viro --- Reading git-diff-tree failed