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