]> 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>
Wed, 31 Jul 2019 14:52:35 +0000 (10:52 -0400)
commit8322d74ba009d87de0617d1dc6fbd6f1945c4109
tree0cfee923385163f01e85a702481b07d9cc59b158
parent43b24d4fdd84725490559fbf02f6414a07d25d4b
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