bcachefs: Tighten up btree_path assertions
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 21 Jul 2022 13:53:28 +0000 (09:53 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:37 +0000 (17:09 -0400)
commit01eed77178049b85ec1850717fc81bcb24e19c70
treee1eece55e352c5bcef5826ec7ce703eafdf26dd1
parentdb346e7120a6dec1534184ea2abf9d22edbb9b8a
bcachefs: Tighten up btree_path assertions

Currently seeing a very rare and difficult to explain btree_path
inconsistency - this patch adds assertions to the only place that seems
to be missing them.

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