]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Lower efficiency of node use.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 4 Sep 2020 01:41:44 +0000 (21:41 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:11:01 +0000 (15:11 -0400)
commit5912b4728cee97e8dec803cc11dbccea5af69c04
tree42f579104f38818097792e63c5835d68afcebc65
parenta81ffb89cd2440ead6fb2d9257e07d4f137a9d38
maple_tree: Lower efficiency of node use.

Split when there is a slot left to avoid overflow situation on a triple
split.  This is to avoid reworking the node estimate calculations prior
to actually removing the node estimate calculations in favour of
assuming no failures.

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