Diff for /xfs-linux/xfs_inode.c between versions 1.457 and 1.458

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;
 }  }
   

Removed from v.1.457  
changed lines
  Added in v.1.458


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>