bcachefs: Separate out flush_new_cached_update()
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 17 Oct 2022 11:31:37 +0000 (07:31 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:44 +0000 (17:09 -0400)
commitef035f42a03888da62cbe29cd2132d78e5ba393a
tree25ccc1e738ea175cd4396227588005fcf39e0128
parentb0c5b15cc8969f79b410a825efe9894cdec85738
bcachefs: Separate out flush_new_cached_update()

This separates out the slowpath of bch2_trans_update_by_path_trace()
into a new non-inlined helper.

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