]> 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>
Tue, 5 Jan 2021 17:28:06 +0000 (12:28 -0500)
commit9851a2acc8d93fa9e48ee4ce229e3780f762b6f2
tree2285db750fe9eee9218465f93450e8fe6b14a1b6
parente9f0085c1662dcde63fe2086f653b8be0e4685e6
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