bcachefs: Include b->ob.nr in cached_btree_node_to_text()
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 27 May 2025 18:39:43 +0000 (14:39 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Fri, 30 May 2025 05:21:13 +0000 (01:21 -0400)
commita7c9add482c7b0e7e28433816fa9e8f7b890086e
tree3d0ffa11e1bf670941f4698ce566e53ee84fdb0e
parente87de7d4918bd43901685dd1dd5620fc1aafd0aa
bcachefs: Include b->ob.nr in cached_btree_node_to_text()

We have a bug report that looks like we might be leaking open buckets -
let's check if they got left attached to the cached btree node.

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