commit | dcf2d804ed6ffe5e942b909ed5e5b74628be6ee4 | [log] [tgz] |
---|---|---|
author | Tao Ma <boyu.mt@taobao.com> | Thu Oct 06 12:10:11 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Oct 06 12:10:11 2011 -0400 |
tree | a15433ea17d943116c809c1a847e45a387120f19 | |
parent | 7aa0baeaba4afc4fbed7aad2812a1116e6b0adcd [diff] |
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>