bcachefs: Handle transaction restarts in bch2_blacklist_entries_gc()
authorKent Overstreet <kent.overstreet@gmail.com>
Tue, 19 Oct 2021 19:11:45 +0000 (15:11 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:14 +0000 (17:09 -0400)
commitb71717dac64d76879ba3c70cfcfccf57991205f8
tree5f2370bbc1363c46618c3d408a77cc393f0c9b15
parent9a796fdb06b56a1811f1afdd40b793e2848a990e
bcachefs: Handle transaction restarts in bch2_blacklist_entries_gc()

It shouldn't be necessary when we're only using a single iterator and
not doing updates, but that's harder to debug at the moment.

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