ext4: Free resources in some error path in ext4_fill_super
authorTao Ma <boyu.mt@taobao.com>
Thu, 6 Oct 2011 16:10:11 +0000 (12:10 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Oct 2011 16:10:11 +0000 (12:10 -0400)
Some of the error path in ext4_fill_super don't release the
resouces properly. So this patch just try to release them
in the right way.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found