bcachefs: Split out __btree_path_up_until_good_node()
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 17 Oct 2022 06:04:31 +0000 (02:04 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:44 +0000 (17:09 -0400)
commit29aa78f15e1bbd984cc14f395544d62b6f0a2a33
tree45c2117ab8c4fada1a9856e9b20c73850992e45d
parentb2f83e769f607409753888c95a9b46dc927dc856
bcachefs: Split out __btree_path_up_until_good_node()

This breaks up btree_path_up_until_good_node() so that only the fastpath
gets inlined.

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