|
|
| version 1.103, 2006/08/18 04:05:31 | version 1.104, 2007/02/06 14:35:53 |
|---|---|
| Line 147 xfs_growfs_rt_alloc( | Line 147 xfs_growfs_rt_alloc( |
| /* | /* |
| * Free any blocks freed up in the transaction, then commit. | * Free any blocks freed up in the transaction, then commit. |
| */ | */ |
| error = xfs_bmap_finish(&tp, &flist, firstblock, &committed); | error = xfs_bmap_finish(&tp, &flist, &committed); |
| if (error) | if (error) |
| goto error_exit; | goto error_exit; |
| xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES, NULL); | xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES, NULL); |