|
|
| version 1.457, 2006/12/22 02:55:09 | version 1.458, 2007/02/03 02:54:36 |
|---|---|
| Line 1810 xfs_igrow_start( | Line 1810 xfs_igrow_start( |
| * and any blocks between the old and new file sizes. | * and any blocks between the old and new file sizes. |
| */ | */ |
| error = xfs_zero_eof(XFS_ITOV(ip), &ip->i_iocore, new_size, | error = xfs_zero_eof(XFS_ITOV(ip), &ip->i_iocore, new_size, |
| ip->i_d.di_size, new_size); | ip->i_d.di_size); |
| return error; | return error; |
| } | } |