Commit c6040447 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: Fix srcu warning in check_topology



check_topology doesn't need the srcu lock and doesn't use normal btree
transactions - we can just drop the srcu lock.

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 18c520f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -513,6 +513,8 @@ int bch2_check_topology(struct bch_fs *c)
	struct bpos pulled_from_scan = POS_MIN;
	int ret = 0;

	bch2_trans_srcu_unlock(trans);

	for (unsigned i = 0; i < btree_id_nr_alive(c) && !ret; i++) {
		struct btree_root *r = bch2_btree_id_root(c, i);
		bool reconstructed_root = false;