aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
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.h
parentd276734d937a649ff43fd197d0df7a747bd55b7e (diff)
downloadkernel_samsung_smdk4412-dfe188d4283752086d48380cde40d9801c318667.zip
kernel_samsung_smdk4412-dfe188d4283752086d48380cde40d9801c318667.tar.gz
kernel_samsung_smdk4412-dfe188d4283752086d48380cde40d9801c318667.tar.bz2
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.h')
-rw-r--r--fs/xfs/xfs_trans.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_trans.h b/fs/xfs/xfs_trans.h
index e2cbe4d..246286b 100644
--- a/fs/xfs/xfs_trans.h
+++ b/fs/xfs/xfs_trans.h
@@ -399,8 +399,6 @@ typedef struct xfs_trans {
* transaction. */
struct xfs_mount *t_mountp; /* ptr to fs mount struct */
struct xfs_dquot_acct *t_dqinfo; /* acctg info for dquots */
- xfs_trans_callback_t t_callback; /* transaction callback */
- void *t_callarg; /* callback arg */
unsigned int t_flags; /* misc flags */
int64_t t_icount_delta; /* superblock icount change */
int64_t t_ifree_delta; /* superblock ifree change */