diff options
Diffstat (limited to 'libbcachefs/movinggc.c')
-rw-r--r-- | libbcachefs/movinggc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/movinggc.c b/libbcachefs/movinggc.c index 044eca87..63bc692f 100644 --- a/libbcachefs/movinggc.c +++ b/libbcachefs/movinggc.c @@ -102,7 +102,7 @@ static int bch2_copygc(struct bch_fs *c) }; int ret = 0; - bch_move_stats_init(&move_stats, "copygc"); + bch2_move_stats_init(&move_stats, "copygc"); for_each_rw_member(ca, c, dev_idx) heap_size += ca->mi.nbuckets >> 7; |