aboutsummaryrefslogtreecommitdiffstats
path: root/libbcachefs/move.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/move.h')
-rw-r--r--libbcachefs/move.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/move.h b/libbcachefs/move.h
index c5a7c0ad..3b283af3 100644
--- a/libbcachefs/move.h
+++ b/libbcachefs/move.h
@@ -30,6 +30,8 @@ struct moving_context {
wait_queue_head_t wait;
};
+void bch2_verify_bucket_evacuated(struct btree_trans *, struct bpos, int);
+
#define move_ctxt_wait_event(_ctxt, _trans, _cond) \
do { \
bool cond_finished = false; \