diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_iops.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_iops.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/linux-2.6/xfs_iops.c b/fs/xfs/linux-2.6/xfs_iops.c index c3231a51936..5e16016bf65 100644 --- a/fs/xfs/linux-2.6/xfs_iops.c +++ b/fs/xfs/linux-2.6/xfs_iops.c | |||
@@ -202,9 +202,6 @@ xfs_validate_fields( | |||
202 | loff_t size; | 202 | loff_t size; |
203 | 203 | ||
204 | inode->i_nlink = ip->i_d.di_nlink; | 204 | inode->i_nlink = ip->i_d.di_nlink; |
205 | inode->i_blocks = | ||
206 | XFS_FSB_TO_BB(ip->i_mount, ip->i_d.di_nblocks + | ||
207 | ip->i_delayed_blks); | ||
208 | /* we're under i_sem so i_size can't change under us */ | 205 | /* we're under i_sem so i_size can't change under us */ |
209 | size = XFS_ISIZE(ip); | 206 | size = XFS_ISIZE(ip); |
210 | if (i_size_read(inode) != size) | 207 | if (i_size_read(inode) != size) |