]> 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>
Fri, 30 Oct 2020 18:55:09 +0000 (14:55 -0400)
commitfb5c9b9636386fe711874e258bdb9ee69160ee57
tree85f343b8ec89d70edc694dedd47137e1149ba06f
parent9bfd7de9f1a73837d31f1dba86bd2db6b3575235
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