bcachefs: Fix building of aux search trees
authorKent Overstreet <kent.overstreet@gmail.com>
Sat, 27 Mar 2021 00:10:59 +0000 (20:10 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:57 +0000 (17:08 -0400)
commitc7e04e22e000d3d9c2c0ed00cd444b3b8a26cf1a
tree6eab0177fd091008b4a1253e027b88c57e9066cb
parent2da5d000b91e0407dedc3baa35cf7c36a0392ff2
bcachefs: Fix building of aux search trees

We weren't packing the min/max keys, which was a major oversight and
completely disabled generating bkey_floats for adjacent nodes.

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