bcachefs: traverse_all() shouldn't be restarting the transaction
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 28 Jul 2021 02:32:05 +0000 (22:32 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:10 +0000 (17:09 -0400)
commit0d32711ef65511ff52b5c42e5618a6e83b406cad
treefecddb41d066b81850ab10a4172453be5aba3b68
parent1a488e73067c65086191a63fe61e57692383fb27
bcachefs: traverse_all() shouldn't be restarting the transaction

We're only called by bch2_trans_begin() now.

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