From: Abhijith Das Date: Fri, 18 Jan 2008 20:06:37 +0000 (-0600) Subject: [GFS2] Allow journal recovery on read-only mount X-Git-Tag: v2.6.25-rc1~1241^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc5c414fe6627ec518c82d154c796f0981f5b02;p=pandora-kernel.git [GFS2] Allow journal recovery on read-only mount This patch allows gfs2 to perform journal recovery even if it is mounted read-only. Strictly speaking, a read-only mount should not be writing to the filesystem, but we do this only to perform journal recovery. A read-only mount will fail if we don't recover the dirty journal. Also, when gfs2 is used as a root filesystem, it will be mounted read-only before being mounted read-write during the boot sequence. A failed read-only mount will panic the machine during bootup. Signed-off-by: Abhijith Das Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed