diff options
Diffstat (limited to 'libbcachefs/rebalance.h')
-rw-r--r-- | libbcachefs/rebalance.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libbcachefs/rebalance.h b/libbcachefs/rebalance.h index b7c8c065..5d9214fe 100644 --- a/libbcachefs/rebalance.h +++ b/libbcachefs/rebalance.h @@ -52,7 +52,9 @@ void bch2_rebalance_status_to_text(struct printbuf *, struct bch_fs *); void bch2_rebalance_stop(struct bch_fs *); int bch2_rebalance_start(struct bch_fs *); -void bch2_fs_rebalance_init(struct bch_fs *); + +void bch2_fs_rebalance_exit(struct bch_fs *); +int bch2_fs_rebalance_init(struct bch_fs *); int bch2_check_rebalance_work(struct bch_fs *); |