Diff for /xfs-linux/xfs_attr_leaf.c between versions 1.106 and 1.107

version 1.106, 2007/02/06 02:54:01 version 1.107, 2007/03/02 02:59:33
Line 3053  xfs_attr_rolltrans(xfs_trans_t **transp, Line 3053  xfs_attr_rolltrans(xfs_trans_t **transp,
          * is in progress. The caller takes the responsibility to cancel           * is in progress. The caller takes the responsibility to cancel
          * the duplicate transaction that gets returned.           * the duplicate transaction that gets returned.
          */           */
         if ((error = xfs_trans_commit(trans, 0, NULL)))          if ((error = xfs_trans_commit(trans, 0)))
                 return (error);                  return (error);
   
         trans = *transp;          trans = *transp;

Removed from v.1.106  
changed lines
  Added in v.1.107


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