summaryrefslogtreecommitdiff
path: root/fs/bcachefs/movinggc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/movinggc.c')
-rw-r--r--fs/bcachefs/movinggc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/bcachefs/movinggc.c b/fs/bcachefs/movinggc.c
index 8b6ad9ec72af..49fb405c1430 100644
--- a/fs/bcachefs/movinggc.c
+++ b/fs/bcachefs/movinggc.c
@@ -314,10 +314,10 @@ static int bch2_copygc(struct bch_fs *c)
0, POS_MIN,
BTREE_ID_NR, POS_MAX,
NULL,
- writepoint_ptr(&c->copygc_write_point),
- copygc_pred, NULL,
&move_stats,
- false);
+ writepoint_ptr(&c->copygc_write_point),
+ false,
+ copygc_pred, NULL);
if (ret < 0)
bch_err(c, "error %i from bch2_move_data() in copygc", ret);
if (ret)