aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2010-10-06 18:41:12 +0000
committerAlex Elder <aelder@sgi.com>2010-10-18 15:08:01 -0500
commitdfe188d4283752086d48380cde40d9801c318667 (patch)
treed37bd7f7dbee527882abc6cb8e6fa6bcedb19587 /fs/xfs/xfs_trans.c
parentd276734d937a649ff43fd197d0df7a747bd55b7e (diff)
downloadkernel_samsung_smdk4412-dfe188d4283752086d48380cde40d9801c318667.tar.gz
kernel_samsung_smdk4412-dfe188d4283752086d48380cde40d9801c318667.tar.bz2
kernel_samsung_smdk4412-dfe188d4283752086d48380cde40d9801c318667.zip
xfs: remove unused t_callback field in struct xfs_trans
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_trans.c')
-rw-r--r--fs/xfs/xfs_trans.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_trans.c b/fs/xfs/xfs_trans.c
index 5fab0e6bf86..50bd4acefc0 100644
--- a/fs/xfs/xfs_trans.c
+++ b/fs/xfs/xfs_trans.c
@@ -1416,10 +1416,6 @@ xfs_trans_committed(
{
struct xfs_log_item_desc *lidp, *next;
- /* Call the transaction's completion callback if there is one. */
- if (tp->t_callback != NULL)
- tp->t_callback(tp, tp->t_callarg);
-
list_for_each_entry_safe(lidp, next, &tp->t_items, lid_trans) {
xfs_trans_item_committed(lidp->lid_item, tp->t_lsn, abortflag);
xfs_trans_free_item_desc(lidp);