]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Fix several off-by-one errors.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 10 Jan 2019 16:06:23 +0000 (11:06 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:27:59 +0000 (12:27 -0500)
commit201174586af475138c90ba8f95eb749034aab606
treed062e89a2f6415748bee1adfcd1a67f863d9ec4a
parent522a2891f8b7225b52a8825b8d7e675a7039e2b3
maple_tree: Fix several off-by-one errors.

When counting through the slots/pivots, the pivots overflow before the
slots which is an area of confusion sometimes.

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