bcachefs: ec_stripe_bkey_insert() -> for_each_btree_key_norestart()
authorKent Overstreet <kent.overstreet@gmail.com>
Mon, 18 Jul 2022 00:08:37 +0000 (20:08 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:36 +0000 (17:09 -0400)
commit175379db206a3a36a80585b00bb974a6ab6c43c0
tree7d181c8b816461db0e8e2996915ef67607d41928
parent0a5156334c721295928b4c5f42eabb9c625cd73e
bcachefs: ec_stripe_bkey_insert() -> for_each_btree_key_norestart()

With the upcoming patches to add assertions for incorrect nested
transaction restart handling, this code is now bogus. Switch it to
for_each_btree_key_norestart() so that transaction restarts are only
handled in one place.

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