]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Improved check_topology() assert
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 31 Oct 2024 04:25:36 +0000 (00:25 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Dec 2024 06:36:16 +0000 (01:36 -0500)
commitb09b34499c43197a2578f179ffbcfdd5a5bc85b9
treed8dd8e6c86b6112f264b8adb7910a390263cc154
parenta34b026482125b8170dae3d059120c0575ff6893
bcachefs: Improved check_topology() assert

On interior btree node updates, we always verify that we're not
introducing topology errors: child nodes should exactly span the range
of the parent node.

single_device.ktest small_nodes has been popping this assert: change it
to give us more information.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_update_interior.c