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