Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74755
b: refs/heads/master
c: cf10e82
h: refs/heads/master
i:
  74753: 2aa81c0
  74751: 457e822
v: v3
  • Loading branch information
David Chinner authored and Lachlan McIlroy committed Dec 10, 2007
1 parent a3a6d94 commit 9878875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 978c7b2ff49597ab76ff7529a933bd366941ac25
refs/heads/master: cf10e82bdc0d38d09dfaf46d0daf56136138ef3f
4 changes: 2 additions & 2 deletions trunk/fs/xfs/linux-2.6/xfs_iops.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ xfs_ichgtime(
*/
SYNCHRONIZE();
ip->i_update_core = 1;
if (!(inode->i_state & I_SYNC))
if (!(inode->i_state & I_NEW))
mark_inode_dirty_sync(inode);
}

Expand Down Expand Up @@ -169,7 +169,7 @@ xfs_ichgtime_fast(
*/
SYNCHRONIZE();
ip->i_update_core = 1;
if (!(inode->i_state & I_SYNC))
if (!(inode->i_state & I_NEW))
mark_inode_dirty_sync(inode);
}

Expand Down

0 comments on commit 9878875

Please sign in to comment.