]> 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>
Fri, 30 Oct 2020 18:55:47 +0000 (14:55 -0400)
commitb3d09a180c860a43fb23c53ed2d65e11efa4e14e
treec91040f6b038dd4d0bad0d08aa10651df861744b
parentbb3db4e3030b59e2f5324df5c0a3df5ddfcb1bdc
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