bcachefs: bch2_trans_mark_pointer() refactoring
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 24 Jun 2023 16:17:57 +0000 (12:17 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:04 +0000 (17:10 -0400)
commit3a63b32f121262f0566f8b89e98dd0c10f610325
treebe7162f63b5648769b39d8b7a9ee7468c04b55b2
parent9473cff989c8519d01c6a285bd94d2ed35d30251
bcachefs: bch2_trans_mark_pointer() refactoring

bch2_bucket_backpointer_mod() doesn't need to update the alloc key, we
can exit the alloc iter earlier.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/buckets.c