bcachefs: Add a missing btree_path_set_dirty() calls
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 30 Mar 2022 17:10:03 +0000 (13:10 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:28 +0000 (17:09 -0400)
commit7071878bab9cbb38b03ac8612af9ea3021c34137
tree010724157c97d4ececa666e592a14b80ad8ceb97
parent81cdc8f3070561786a906c66d697666e6a3319b9
bcachefs: Add a missing btree_path_set_dirty() calls

bch2_btree_iter_next_node() was mucking with other btree_path state
without setting path->update to be consistent with the fact that the
path is very much no longer uptodate - oops.

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