]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Fix mas_find search.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 17 Oct 2019 02:00:41 +0000 (22:00 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:28:15 +0000 (12:28 -0500)
commit2c32be4b64ab73cd31d0e20ae1917f8c360ccc86
tree00bb749a9613ca0db14a2d928c7a9511cabaa843
parent52fd904ed05d22555d68559c8bf784e84dee43c0
maple_tree: Fix mas_find search.

There was a bug when a null occurred in a non-leaf node.  This commit
addresses that issue as well as trying to fix dead node detection.

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