ext4: use the correct error exit path in ext4_init_inode_table()
authorYongqiang Yang <xiaoqiangnk@gmail.com>
Mon, 1 Aug 2011 10:32:19 +0000 (06:32 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 1 Aug 2011 10:32:19 +0000 (06:32 -0400)
This patch lets ext4_init_inode_table() handle errors right.
ext4_init_inode_table() should down_write() alloc_sem which
has been up_write()ed and stop the started journal handle.

Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found