From: Mark Fasheh Date: Wed, 18 Apr 2007 22:22:08 +0000 (-0700) Subject: ocfs2: Local mounts should skip inode updates X-Git-Tag: v2.6.22-rc1~1124^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be9e986b824b41c9d5cc5eca34ee3424c35fd162;p=pandora-kernel.git ocfs2: Local mounts should skip inode updates We don't want the extent map and uptodate cache destruction in ocfs2_meta_lock_update() on a local mount, so skip that. This fixes several bugs with uptodate being cleared on buffers and extent maps being corrupted. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed