ext2: Fix memory leak in ext2_fill_super() in case of a failed mount
authorManish Katiyar <mkatiyar@gmail.com>
Mon, 18 May 2009 03:52:51 +0000 (23:52 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 18 May 2009 03:52:51 +0000 (23:52 -0400)
commit0f7ee7c17241915fdaff49d1a36f5aafd80a7dce
tree463d3882e4df4d8a8a86868a975b37218c1b3192
parentde5ce037304f2c88a319b1c3b808ab0c4c618c1c
ext2: Fix memory leak in ext2_fill_super() in case of a failed mount

Signed-off-by: Manish Katiyar <mkatiyar@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext2/super.c