mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 09:01:36 -04:00
bcachefs: Fix maximum btree node size
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
committed by
Kent Overstreet
parent
7807e14384
commit
79e72a9093
@@ -83,7 +83,7 @@ enum opt_type {
|
||||
"size", NULL) \
|
||||
x(btree_node_size, u16, \
|
||||
OPT_FORMAT, \
|
||||
OPT_SECTORS(1, 128), \
|
||||
OPT_SECTORS(1, 512), \
|
||||
BCH_SB_BTREE_NODE_SIZE, 512, \
|
||||
"size", "Btree node size, default 256k") \
|
||||
x(errors, u8, \
|
||||
|
||||
Reference in New Issue
Block a user