commit | be9e986b824b41c9d5cc5eca34ee3424c35fd162 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Wed Apr 18 15:22:08 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Thu Apr 26 13:35:21 2007 -0700 |
tree | e48d5ea0683204e8070e120561e76a49c0ad31fd | |
parent | 0d01af6e5dd6bc7abbcb6331021f8fee18005540 [diff] |
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 <mark.fasheh@oracle.com>