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)
commitdcf2d804ed6ffe5e942b909ed5e5b74628be6ee4
treea15433ea17d943116c809c1a847e45a387120f19
parent7aa0baeaba4afc4fbed7aad2812a1116e6b0adcd
ext4: Free resources in some error path in ext4_fill_super

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>
fs/ext4/super.c