summaryrefslogtreecommitdiff
path: root/libbcachefs/move.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-03-04 22:47:04 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-03-04 23:33:25 -0500
commitb0c9ad15f4e5cee60973a8f5f6dc49acfeec9755 (patch)
treeec326791b8b4cc3178150361a7b142b716334780 /libbcachefs/move.h
parent9fc4b5d675cd6dc0b2503abe95b1c761d8d05abe (diff)
Update bcachefs sources to 171da96d76 bcachefs: Drop some anonymous structs, unions
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; \