]> www.infradead.org Git - users/hch/block.git/commit
bcachefs: Fix srcu warning in check_topology
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 23 Sep 2024 22:42:39 +0000 (18:42 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 28 Sep 2024 01:46:34 +0000 (21:46 -0400)
commitc6040447c56496f4929db2d73ee445d898dd8a98
treecd85d08bd0fd537e2599cfb6d60fc5495d37a2cf
parent18c520f408fa8f4b7379a108b1676052e82677aa
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: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_gc.c