diff options
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index e42418f92215..295577d67ea0 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c | |||
@@ -1810,7 +1810,7 @@ xfs_igrow_start( | |||
1810 | * and any blocks between the old and new file sizes. | 1810 | * and any blocks between the old and new file sizes. |
1811 | */ | 1811 | */ |
1812 | error = xfs_zero_eof(XFS_ITOV(ip), &ip->i_iocore, new_size, | 1812 | error = xfs_zero_eof(XFS_ITOV(ip), &ip->i_iocore, new_size, |
1813 | ip->i_d.di_size, new_size); | 1813 | ip->i_d.di_size); |
1814 | return error; | 1814 | return error; |
1815 | } | 1815 | } |
1816 | 1816 | ||