bcachefs; Mark __bch2_trans_iter_init as inline
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 26 Sep 2022 22:15:33 +0000 (18:15 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:42 +0000 (17:09 -0400)
commitc298fd7d346f5a7c55c4f1d01f97fbd39da9ff53
treef4255a2eba76235675d97a4d85c4988437735dcf
parent25b4b3308e3a0dd45677b6eeeea4431ee08a32c1
bcachefs; Mark __bch2_trans_iter_init as inline

This function is fairly small and only used in two places: one very hot,
the other cold, so it should definitely be inlined.

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