Diff for /xfs-linux/quota/xfs_dquot.c between versions 1.28 and 1.29

version 1.28, 2007/02/07 02:50:13 version 1.29, 2007/03/02 02:59:33
Line 753  xfs_qm_idtodq( Line 753  xfs_qm_idtodq(
                 goto error0;                  goto error0;
         }          }
         if (tp) {          if (tp) {
                 if ((error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES,                  if ((error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES)))
                                              NULL)))  
                         goto error1;                          goto error1;
         }          }
   

Removed from v.1.28  
changed lines
  Added in v.1.29


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