diff options
Diffstat (limited to 'fs/xfs/xfs_trans.c')
-rw-r--r-- | fs/xfs/xfs_trans.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_trans.c b/fs/xfs/xfs_trans.c index 5fab0e6bf86e..50bd4acefc00 100644 --- a/fs/xfs/xfs_trans.c +++ b/fs/xfs/xfs_trans.c | |||
@@ -1416,10 +1416,6 @@ xfs_trans_committed( | |||
1416 | { | 1416 | { |
1417 | struct xfs_log_item_desc *lidp, *next; | 1417 | struct xfs_log_item_desc *lidp, *next; |
1418 | 1418 | ||
1419 | /* Call the transaction's completion callback if there is one. */ | ||
1420 | if (tp->t_callback != NULL) | ||
1421 | tp->t_callback(tp, tp->t_callarg); | ||
1422 | |||
1423 | list_for_each_entry_safe(lidp, next, &tp->t_items, lid_trans) { | 1419 | list_for_each_entry_safe(lidp, next, &tp->t_items, lid_trans) { |
1424 | xfs_trans_item_committed(lidp->lid_item, tp->t_lsn, abortflag); | 1420 | xfs_trans_item_committed(lidp->lid_item, tp->t_lsn, abortflag); |
1425 | xfs_trans_free_item_desc(lidp); | 1421 | xfs_trans_free_item_desc(lidp); |