]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
maple_tree: Revert __mas_next change.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 1 Sep 2020 23:46:28 +0000 (19:46 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:09:35 +0000 (15:09 -0400)
Thsi needs to be looked into, it seems mas_next reutrns null until the end of the node
instead of kicking out earlier

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
lib/maple_tree.c

index bee04744585e81937108508b853c361049bc973c..6cad6b536acecb7eed81f82e8fb7ce221990f96f 100644 (file)
@@ -3568,7 +3568,7 @@ retry:
                        break;
 
                if (*range_start > limit) {
-                       mas->node = MAS_NONE;
+//                     mas->node = MAS_NONE;
                        return NULL;
                }