bcachefs: Increase max size for btree_trans bump allocator
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 19 May 2022 19:29:50 +0000 (15:29 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:33 +0000 (17:09 -0400)
commitb7c1104612e4ab46d8e481e323fbe1cca07f5cbd
tree3a56519a59a415656265f425e501932448793240
parent6f44a9940c600c5a0663b825bdd89aad0639e3a0
bcachefs: Increase max size for btree_trans bump allocator

With backpointers, alloc keys have gotten bigger, so we're needing more
memory here.

We're probably going to need to go with something more sophisticated
than a bump allocator, but - let's see if we can avoid doing that just
yet.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/btree_types.h