|
|
| version 1.270, 2007/12/03 15:26:10 | version 1.271, 2007/12/06 15:10:07 |
|---|---|
| Line 134 xfs_ichgtime( | Line 134 xfs_ichgtime( |
| */ | */ |
| SYNCHRONIZE(); | SYNCHRONIZE(); |
| ip->i_update_core = 1; | ip->i_update_core = 1; |
| if (!(inode->i_state & I_SYNC)) | if (!(inode->i_state & I_NEW)) |
| mark_inode_dirty_sync(inode); | mark_inode_dirty_sync(inode); |
| } | } |
| Line 186 xfs_ichgtime_fast( | Line 186 xfs_ichgtime_fast( |
| */ | */ |
| SYNCHRONIZE(); | SYNCHRONIZE(); |
| ip->i_update_core = 1; | ip->i_update_core = 1; |
| if (!(inode->i_state & I_SYNC)) | if (!(inode->i_state & I_NEW)) |
| mark_inode_dirty_sync(inode); | mark_inode_dirty_sync(inode); |
| } | } |