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

version 1.458, 2007/02/03 02:54:36 version 1.459, 2007/02/06 14:35:53
Line 1699  xfs_itruncate_finish( Line 1699  xfs_itruncate_finish(
                  * Duplicate the transaction that has the permanent                   * Duplicate the transaction that has the permanent
                  * reservation and commit the old transaction.                   * reservation and commit the old transaction.
                  */                   */
                 error = xfs_bmap_finish(tp, &free_list, first_block,                  error = xfs_bmap_finish(tp, &free_list, &committed);
                                         &committed);  
                 ntp = *tp;                  ntp = *tp;
                 if (error) {                  if (error) {
                         /*                          /*

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


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