bcachefs: Fix __btree_trans_peek_key_cache()
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 20 Dec 2022 15:51:20 +0000 (10:51 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:47 +0000 (17:09 -0400)
commit52bf51b91f5d19ab0555b901023def61d60f1a97
treeb71f888bca661885be6075ce05bc843ef2e58b2c
parente88a75ebe86c1df42f0ca9ab6e8fa50db26e7cef
bcachefs: Fix __btree_trans_peek_key_cache()

We were returning a pointer to a variable on the stack - oops.

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