bcachefs: Improve error message when finding wrong btree node
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 5 Dec 2023 20:22:25 +0000 (15:22 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 1 Jan 2024 16:47:40 +0000 (11:47 -0500)
commit483dea4431240dbd6503dc1b2801e391068ba737
treec302f1155b5fa37cd0e2af2cb7be6cfd74283426
parent5a11b5fe79e9f781db8aec6222d03dc92e2978d9
bcachefs: Improve error message when finding wrong btree node

single_device.merge_torture_flakey is, very rarely, finding a btree node
that doesn't match the key that points to it: this patch improves the
error message to print out more fields from the btree node header, so
that we can see what else does or does not match the key.

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