bcachefs: Don't traverse iterators in __bch2_trans_commit()
authorKent Overstreet <kent.overstreet@gmail.com>
Sun, 25 Jul 2021 18:20:43 +0000 (14:20 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:09 +0000 (17:09 -0400)
commit6918bb55f6ae106c14fa3bb0428fd6588e107982
treec9ab1b81bcbe2ee7ffff6bedc030fca001028db4
parenta32b9573c742c9a9289aa26e0a28d0f9a9c439a4
bcachefs: Don't traverse iterators in __bch2_trans_commit()

They should already be traversed, and we're asserting that since the
introduction of iter->should_be_locked

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