Diff for /xfs-linux/xfs_inode.c between versions 1.460 and 1.461

version 1.460, 2007/02/07 02:50:13 version 1.461, 2007/03/02 02:59:33
Line 1746  xfs_itruncate_finish( Line 1746  xfs_itruncate_finish(
                         xfs_trans_log_inode(ntp, ip, XFS_ILOG_CORE);                          xfs_trans_log_inode(ntp, ip, XFS_ILOG_CORE);
                 }                  }
                 ntp = xfs_trans_dup(ntp);                  ntp = xfs_trans_dup(ntp);
                 (void) xfs_trans_commit(*tp, 0, NULL);                  (void) xfs_trans_commit(*tp, 0);
                 *tp = ntp;                  *tp = ntp;
                 error = xfs_trans_reserve(ntp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,                  error = xfs_trans_reserve(ntp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,
                                           XFS_TRANS_PERM_LOG_RES,                                            XFS_TRANS_PERM_LOG_RES,

Removed from v.1.460  
changed lines
  Added in v.1.461


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