bcachefs: Split out __bch2_btree_node_get()
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 23 Nov 2022 03:05:45 +0000 (22:05 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:46 +0000 (17:09 -0400)
commit001783e2614ea333267e443a9b38ac25644f839b
tree7aaea080b9a7bd5660c63f7b91d7ae677f53da36
parentdab1e24867f0e694c8ab73c075d10676c2699d85
bcachefs: Split out __bch2_btree_node_get()

Standard splitting out of the slow path from the fast path of a
function. We may follow this up in another patch with inlining the fast
path into btree_iter.c.

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