From: Sunil Mushran Date: Wed, 19 Aug 2009 22:16:01 +0000 (-0700) Subject: ocfs2: __ocfs2_abort() should not enable panic for local mounts X-Git-Tag: v2.6.32-rc1~173^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2f2ddbf2bafdbc7e4f3bbf09439b42c8fee2747;p=pandora-kernel.git ocfs2: __ocfs2_abort() should not enable panic for local mounts In a clustered setup, we have to panic the box on journal abort. This is because we don't have the facility to go hard readonly. With hard ro, another node would detect node failure and initiate recovery. Having said that, we shouldn't force panic if the volume is mounted locally. This patch defers the handling to the mount option, errors. Signed-off-by: Sunil Mushran Signed-off-by: Joel Becker --- Reading git-diff-tree failed