bcachefs: Kill bkey_buf usage in data_update_index_update()
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 16:34:40 +0000 (12:34 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 19:13:17 +0000 (15:13 -0400)
commit4a9eb20efa9f07b54382bb2713439fc09336d45a
tree2a95a4e52ad758f06997497b364f78898a81e4da
parentbfc0c6fecf3bd2da93beb565ccfb9e704cadddcc
bcachefs: Kill bkey_buf usage in data_update_index_update()

Reduce stack usage - bkey_buf has a 96 byte buffer on the stack, but the
btree_trans bump allocator works just fine here.

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