From: Roman Zippel Date: Wed, 30 Nov 2005 03:34:41 +0000 (-0800) Subject: [PATCH] hfsplus: don't modify journaled volume X-Git-Tag: v2.6.15-rc4~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0b623c3b22d57d6941b200321779d56c4e79e6b;p=pandora-kernel.git [PATCH] hfsplus: don't modify journaled volume Access to a journaled HFS+ volume is not officially supported under Linux, so mount such a volume read-only, but users can override this behaviour using the "force" mount option. The minimum requirement to relax this check is to at least check that the journal is empty and so nothing needs to be replayed to make sure the volume is consistent. Signed-off-by: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed