bcachefs: Add missing bch2_btree_node_iter_fix() calls
authorKent Overstreet <kent.overstreet@gmail.com>
Sat, 14 Sep 2019 14:45:46 +0000 (10:45 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:27 +0000 (17:08 -0400)
commit4cac0bf2c25d9056c4cc24c27948774fa2591c5a
treefbcd39cc1c79dd49e752125cc5b706d3bfbf40db
parent9b02d1c49a261d711b8d9587afa55cdf3cad97f9
bcachefs: Add missing bch2_btree_node_iter_fix() calls

With multiple iterators, if another iterator points to the key being
modified, we need to call bch2_btree_node_iter_fix() to re-unpack the
key into the iter->k

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