diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_aops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index f766c7f74dc0..a252fa72f55b 100644 --- a/fs/xfs/linux-2.6/xfs_aops.c +++ b/fs/xfs/linux-2.6/xfs_aops.c | |||
@@ -180,7 +180,7 @@ xfs_setfilesize( | |||
180 | ip->i_d.di_size = isize; | 180 | ip->i_d.di_size = isize; |
181 | ip->i_update_core = 1; | 181 | ip->i_update_core = 1; |
182 | ip->i_update_size = 1; | 182 | ip->i_update_size = 1; |
183 | mark_inode_dirty_sync(vn_to_inode(ioend->io_vnode)); | 183 | mark_inode_dirty_sync(ioend->io_inode); |
184 | } | 184 | } |
185 | 185 | ||
186 | xfs_iunlock(ip, XFS_ILOCK_EXCL); | 186 | xfs_iunlock(ip, XFS_ILOCK_EXCL); |