]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Kill bkey_buf in btree_path_down()
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 25 May 2025 21:56:45 +0000 (17:56 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Fri, 30 May 2025 05:21:12 +0000 (01:21 -0400)
commit0d25264ecfa3868c9308684fe344da1eb2f4502c
tree689c01c582703aec70a8a85e5ca85f14a0981cfb
parent99813d88e371c3a60d65810125b8d1568364f254
bcachefs: Kill bkey_buf in btree_path_down()

Allocate some (smaller) temporary storage in btree_trans for this -
btree_path_down() is in our max-stack call stack.

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