|
|
| version 1.458, 2007/02/03 02:54:36 | version 1.459, 2007/02/06 14:35:53 |
|---|---|
| Line 1699 xfs_itruncate_finish( | Line 1699 xfs_itruncate_finish( |
| * Duplicate the transaction that has the permanent | * Duplicate the transaction that has the permanent |
| * reservation and commit the old transaction. | * reservation and commit the old transaction. |
| */ | */ |
| error = xfs_bmap_finish(tp, &free_list, first_block, | error = xfs_bmap_finish(tp, &free_list, &committed); |
| &committed); | |
| ntp = *tp; | ntp = *tp; |
| if (error) { | if (error) { |
| /* | /* |