aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_extfree.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_trans_extfree.c')
-rw-r--r--fs/xfs/xfs_trans_extfree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_trans_extfree.c b/fs/xfs/xfs_trans_extfree.c
index 1872962aa470..73b11ed6795e 100644
--- a/fs/xfs/xfs_trans_extfree.c
+++ b/fs/xfs/xfs_trans_extfree.c
@@ -208,7 +208,6 @@ xfs_extent_free_cancel_item(
208} 208}
209 209
210const struct xfs_defer_op_type xfs_extent_free_defer_type = { 210const struct xfs_defer_op_type xfs_extent_free_defer_type = {
211 .type = XFS_DEFER_OPS_TYPE_FREE,
212 .max_items = XFS_EFI_MAX_FAST_EXTENTS, 211 .max_items = XFS_EFI_MAX_FAST_EXTENTS,
213 .diff_items = xfs_extent_free_diff_items, 212 .diff_items = xfs_extent_free_diff_items,
214 .create_intent = xfs_extent_free_create_intent, 213 .create_intent = xfs_extent_free_create_intent,
@@ -276,7 +275,6 @@ xfs_agfl_free_finish_item(
276 275
277/* sub-type with special handling for AGFL deferred frees */ 276/* sub-type with special handling for AGFL deferred frees */
278const struct xfs_defer_op_type xfs_agfl_free_defer_type = { 277const struct xfs_defer_op_type xfs_agfl_free_defer_type = {
279 .type = XFS_DEFER_OPS_TYPE_AGFL_FREE,
280 .max_items = XFS_EFI_MAX_FAST_EXTENTS, 278 .max_items = XFS_EFI_MAX_FAST_EXTENTS,
281 .diff_items = xfs_extent_free_diff_items, 279 .diff_items = xfs_extent_free_diff_items,
282 .create_intent = xfs_extent_free_create_intent, 280 .create_intent = xfs_extent_free_create_intent,