bcachefs: do_trace_key_cache_fill()
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 21 Mar 2025 21:03:12 +0000 (17:03 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 2 Apr 2025 14:24:34 +0000 (10:24 -0400)
commit1c8f4587d239837b2556a76a11706c987c43909a
treec2b60b6b2ea04279aa8692324bd6cd8e85dea150
parentdcffc3b1ae3251d796a25c673f614e3099ca83d3
bcachefs: do_trace_key_cache_fill()

Reducing stack frame usage; this moves the printbuf out of the main
stack frame.

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