bcachefs: Fix debugfs -bfloat-failed
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 22 Dec 2021 02:57:10 +0000 (21:57 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:19 +0000 (17:09 -0400)
commitd05117e36a7290cbfa8ebcc05c6facb60a5bcefb
tree55eec1650b9f957c6d25aed71259b1f121f0f4e7
parentf3e1f4443383f72975f12caece6f13e63f21a719
bcachefs: Fix debugfs -bfloat-failed

It wasn't updated for snapshots - it's iterating across keys in all
snapshots, so needs to be specifying BTREE_ITER_ALL_SNAPSHOTS.

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