]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
test_maple_tree: Drop dump in check_ranges()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 28 Oct 2020 02:46:00 +0000 (22:46 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:13:45 +0000 (15:13 -0400)
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
lib/test_maple_tree.c

index 47997750f8509cda7182f4c9d96f01455a0e8cbd..bbf0cc58ccaea28249132868010b51f2973c004d 100644 (file)
@@ -34981,7 +34981,7 @@ static noinline void check_ranges(struct maple_tree *mt)
        // Fill parents and leaves before split.
        for (i = 5; i < 455; i += 10)
                check_store_range(mt, 7800 + i, 7800 + i + 1, NULL, 0);
-       mt_dump(mt);
+
        for (i = 1; i < 16; i++)
                check_store_range(mt, 8185 + i, 8185 + i + 1,
                                  xa_mk_value(8185+i), 0);