bcachefs: Use one buffer for sorting whiteouts
authorKent Overstreet <kent.overstreet@gmail.com>
Sat, 14 Dec 2019 20:55:29 +0000 (15:55 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:32 +0000 (17:08 -0400)
commit8f82280ea3871781e638d920d6dead58717bc13a
treedf613f360a81997ea2d79cc84a686a840edd8644
parentc297a763e2dcf34fe94f74c633957306d28fe138
bcachefs: Use one buffer for sorting whiteouts

We're not really supposed to allocate from the same mempool more than
once.

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