]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple: Fix off by one error when walking.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 7 Mar 2019 14:47:48 +0000 (09:47 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 31 Jul 2019 14:52:41 +0000 (10:52 -0400)
commit4dc3a35d3a5878377c881cc56067cf042029ed68
tree6dc95e1910c7e357af0c949623d58606f7d739a8
parent23c4c0f97586b41b87d9d8ba0029243ca7fab5ad
maple: Fix off by one error when walking.

When going to the next slot, the minimum value is actually pivot + 1 and
not just the pivot value.

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