浏览代码

xfs: remove unused transaction callback variables

We don't do callbacks at transaction commit time, no do we have any
infrastructure to set up or run such callbacks, so remove the
variables and typedefs for these operations. If we ever need to add
callbacks, we can reintroduce the variables at that time.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Dave Chinner 11 年之前
父节点
当前提交
d420e5c810
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      fs/xfs/xfs_trans.h

+ 0 - 7
fs/xfs/xfs_trans.h

@@ -85,18 +85,11 @@ struct xfs_item_ops {
 #define XFS_ITEM_LOCKED		2
 #define XFS_ITEM_LOCKED		2
 #define XFS_ITEM_FLUSHING	3
 #define XFS_ITEM_FLUSHING	3
 
 
-/*
- * This is the type of function which can be given to xfs_trans_callback()
- * to be called upon the transaction's commit to disk.
- */
-typedef void (*xfs_trans_callback_t)(struct xfs_trans *, void *);
-
 /*
 /*
  * This is the structure maintained for every active transaction.
  * This is the structure maintained for every active transaction.
  */
  */
 typedef struct xfs_trans {
 typedef struct xfs_trans {
 	unsigned int		t_magic;	/* magic number */
 	unsigned int		t_magic;	/* magic number */
-	xfs_log_callback_t	t_logcb;	/* log callback struct */
 	unsigned int		t_type;		/* transaction type */
 	unsigned int		t_type;		/* transaction type */
 	unsigned int		t_log_res;	/* amt of log space resvd */
 	unsigned int		t_log_res;	/* amt of log space resvd */
 	unsigned int		t_log_count;	/* count for perm log res */
 	unsigned int		t_log_count;	/* count for perm log res */