From: Yongqiang Yang Date: Mon, 1 Aug 2011 10:32:19 +0000 (-0400) Subject: ext4: use the correct error exit path in ext4_init_inode_table() X-Git-Tag: v3.1-rc1~90^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33853a0dde359ded0534204eb6857ad5166d515b;p=pandora-kernel.git ext4: use the correct error exit path in ext4_init_inode_table() 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed