From: Aneesh Kumar K.V Date: Wed, 6 Feb 2008 09:36:17 +0000 (-0800) Subject: ext2: return after ext2_error in case of failures X-Git-Tag: v2.6.25-rc1~767 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f0adaecede9ca68d9fcddae5a5a7ed6fc31a5e5;p=pandora-kernel.git ext2: return after ext2_error in case of failures This fixes some instances where we were continuing after calling ext2_error. ext2_error call panic only if errors=panic mount option is set. So we need to make sure we return correctly after ext2_error call. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed