bcachefs: Change flags param to bch2_btree_delete_range to update_flags
authorKent Overstreet <kent.overstreet@gmail.com>
Sat, 5 Mar 2022 23:23:47 +0000 (18:23 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:27 +0000 (17:09 -0400)
commita9bae40fda067eae70751302cbbc9f362453f310
tree63e686e6d61825e05ca9f2470f610d80e67674d2
parent61a66469a4bf63a1357b6af36242682ae339ca2a
bcachefs: Change flags param to bch2_btree_delete_range to update_flags

It wasn't used as iter_flags (excepting the unit tests, which this patch
fixes), and the next patch is going to need to pass in
BTREE_TRIGGER_NORUN.

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