bcachefs: Convert bch2_mark_key() to take a btree_trans *
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 29 Oct 2021 22:43:18 +0000 (18:43 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:15 +0000 (17:09 -0400)
commit904823de497fa6637db8bc7c3b017f121b72bdf3
treeade8271b94cd2cabe595a9e8f5ae656f3c74e693
parent961b2d62821f23f9f963ee069b64eb8806f05e40
bcachefs: Convert bch2_mark_key() to take a btree_trans *

This helps to unify the interface between bch2_mark_key() and
bch2_trans_mark_key() - and it also gives access to the journal
reservation and journal seq in the mark_key path.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/alloc_background.c
fs/bcachefs/btree_gc.c
fs/bcachefs/btree_iter.c
fs/bcachefs/buckets.c
fs/bcachefs/buckets.h
fs/bcachefs/ec.c
fs/bcachefs/recovery.c
fs/bcachefs/recovery.h
fs/bcachefs/subvolume.c
fs/bcachefs/subvolume.h