diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_iops.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_iops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_iops.c b/fs/xfs/linux-2.6/xfs_iops.c index 095d271f3434..3bfb3c0f8e29 100644 --- a/fs/xfs/linux-2.6/xfs_iops.c +++ b/fs/xfs/linux-2.6/xfs_iops.c | |||
@@ -128,7 +128,7 @@ xfs_ichgtime( | |||
128 | if (sync_it) { | 128 | if (sync_it) { |
129 | SYNCHRONIZE(); | 129 | SYNCHRONIZE(); |
130 | ip->i_update_core = 1; | 130 | ip->i_update_core = 1; |
131 | mark_inode_dirty_sync(inode); | 131 | xfs_mark_inode_dirty_sync(ip); |
132 | } | 132 | } |
133 | } | 133 | } |
134 | 134 | ||