bcachefs: Improve debug assertion
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 25 Feb 2022 00:04:11 +0000 (19:04 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:25 +0000 (17:09 -0400)
commiteb7bd15fe4e7a4a6cf05d9086722aad49f80c259
treeab2d7e971215f968be12d3f114b913ac4a2ccc08
parenteac91bf27f088ecb0676873ff298db2dcd5ff9fa
bcachefs: Improve debug assertion

We're hitting a strange bug with transaction paths not being sorted
correctly - this dumps transaction paths in the order we thought was
sorted, which will hopefully shed some light as to what's going on.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/btree_iter.c