aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_trans.h')
-rw-r--r--fs/xfs/xfs_trans.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans.h b/fs/xfs/xfs_trans.h
index 299656dbf324..1cdc7c0ebeac 100644
--- a/fs/xfs/xfs_trans.h
+++ b/fs/xfs/xfs_trans.h
@@ -96,7 +96,6 @@ void xfs_log_item_init(struct xfs_mount *mp, struct xfs_log_item *item,
96#define XFS_DEFER_OPS_NR_BUFS 2 /* join up to two buffers */ 96#define XFS_DEFER_OPS_NR_BUFS 2 /* join up to two buffers */
97struct xfs_defer_ops { 97struct xfs_defer_ops {
98 struct list_head dop_intake; /* unlogged pending work */ 98 struct list_head dop_intake; /* unlogged pending work */
99 struct list_head dop_pending; /* logged pending work */
100}; 99};
101 100
102/* 101/*