Re: [PATCH v2 36/36] maple_tree: Add gap to check_alloc_rev_range() testcase

From: Liam R. Howlett
Date: Fri May 05 2023 - 15:29:59 EST


Ah, I meant to squash this into patch 0025 "maple_tree: Revise limit
checks in mas_empty_area{_rev}()" of this series.

Apologies for the lack of commit message.

* Liam R. Howlett <Liam.Howlett@xxxxxxxxxx> [230505 13:45]:
> Signed-off-by: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx>
> ---
> lib/test_maple_tree.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lib/test_maple_tree.c b/lib/test_maple_tree.c
> index aa3c4fb9175ed..9939be34e516e 100644
> --- a/lib/test_maple_tree.c
> +++ b/lib/test_maple_tree.c
> @@ -804,6 +804,7 @@ static noinline void __init check_alloc_rev_range(struct maple_tree *mt)
>
> mt_set_non_kernel(1);
> mtree_erase(mt, 34148798727); /* create a deleted range. */
> + mtree_erase(mt, 34148798725);
> check_mtree_alloc_rrange(mt, 0, 34359052173, 210253414,
> 34148798725, 0, mt);
>
> --
> 2.39.2
>