]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
gaps are too small
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 13 May 2025 19:07:27 +0000 (15:07 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 13 May 2025 19:07:27 +0000 (15:07 -0400)
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
lib/maple_tree.c

index 3c5b132320c7a90c6b0e95f6efe4b2e902a7a841..f4c4d73ca7f9b5da15e45448538f40e8c368cd1d 100644 (file)
@@ -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;
 };