Commit ba12156d authored by Stephen Lord's avatar Stephen Lord Committed by Stephen Lord

[XFS] Make xfs_ichgtime call mark_inode_dirty_sync instead of mark_inode_dirty

makes the just the inode look dirty, and not the inode and the data.

SGI Modid: 2.5.x-xfs:slinx:158670a
parent a60bc010
......@@ -3672,7 +3672,7 @@ xfs_ichgtime(xfs_inode_t *ip,
SYNCHRONIZE();
ip->i_update_core = 1;
if (!(inode->i_state & I_LOCK))
mark_inode_dirty(inode);
mark_inode_dirty_sync(inode);
}
#ifdef XFS_ILOCK_TRACE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment