From c1e4d447f6dd0ee60495b651436d2055db7777ed Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 13 Nov 2022 20:04:21 -0500 Subject: Update bcachefs sources to 8d3fc97ca3 bcachefs: Fixes for building in userspace --- libbcachefs/rebalance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbcachefs/rebalance.c') diff --git a/libbcachefs/rebalance.c b/libbcachefs/rebalance.c index 17b289b0..4df981bd 100644 --- a/libbcachefs/rebalance.c +++ b/libbcachefs/rebalance.c @@ -189,7 +189,7 @@ static int bch2_rebalance_thread(void *arg) prev_start = jiffies; prev_cputime = curr_cputime(); - bch_move_stats_init(&move_stats, "rebalance"); + bch2_move_stats_init(&move_stats, "rebalance"); while (!kthread_wait_freezable(r->enabled)) { cond_resched(); -- cgit v1.2.3