aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_rmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_trans_rmap.c')
-rw-r--r--fs/xfs/xfs_trans_rmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans_rmap.c b/fs/xfs/xfs_trans_rmap.c
index f75cdc5b578a..a42890931ecd 100644
--- a/fs/xfs/xfs_trans_rmap.c
+++ b/fs/xfs/xfs_trans_rmap.c
@@ -246,7 +246,6 @@ xfs_rmap_update_cancel_item(
246} 246}
247 247
248const struct xfs_defer_op_type xfs_rmap_update_defer_type = { 248const struct xfs_defer_op_type xfs_rmap_update_defer_type = {
249 .type = XFS_DEFER_OPS_TYPE_RMAP,
250 .max_items = XFS_RUI_MAX_FAST_EXTENTS, 249 .max_items = XFS_RUI_MAX_FAST_EXTENTS,
251 .diff_items = xfs_rmap_update_diff_items, 250 .diff_items = xfs_rmap_update_diff_items,
252 .create_intent = xfs_rmap_update_create_intent, 251 .create_intent = xfs_rmap_update_create_intent,