]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/maple_tree: Fix allocation walk iterators.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 2 Feb 2021 14:19:43 +0000 (09:19 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 2 Feb 2021 14:19:43 +0000 (09:19 -0500)
commit112632887602cedeea48cf1ff55e67f40dfce718
tree703029d178ec0b4711263b5c4d606c4763220ade
parentf49267da93bd8c57481b6c081526879ab8c758a8
lib/maple_tree: Fix allocation walk iterators.

Do not reset mas->node or mas->offset and advance the slot on
continuing.

This also drops mas_rev_awalk() and instead pulls it into
mas_empty_area_rev().

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