From: Liam R. Howlett Date: Tue, 13 May 2025 19:07:27 +0000 (-0400) Subject: gaps are too small X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b272fd5e4f86a7e2ba0119b30e1e92dc41671295;p=users%2Fjedix%2Flinux-maple.git gaps are too small Signed-off-by: Liam R. Howlett --- diff --git a/lib/maple_tree.c b/lib/maple_tree.c index 3c5b132320c7..f4c4d73ca7f9 100644 --- a/lib/maple_tree.c +++ b/lib/maple_tree.c @@ -3059,7 +3059,7 @@ struct ma_node_part { unsigned char offset; unsigned long pivots[3]; void *slots[3]; - unsigned long gaps[2]; + unsigned long gaps[3]; unsigned char skip; bool leaf; };