bcachefs: Ensure btree iterators are traversed in bch2_trans_commit()
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 10 Mar 2021 00:37:40 +0000 (19:37 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:53 +0000 (17:08 -0400)
commit9f631dc14325df8acfa73c76299dbefb68582ee4
tree2916f340d677f6f3504b720579fe4df1cbf57e69
parent0507962f634bc3bada77bce9f3cd839e48aa5fb0
bcachefs: Ensure btree iterators are traversed in bch2_trans_commit()

The upcoming patch to allow extents to span btree nodes will require
this... and this assertion seems to be popping, and it's not a very good
assertion anyways.

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