]> 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>
Tue, 5 Jan 2021 17:30:20 +0000 (12:30 -0500)
commit2eef2b1b706a7c76163f5d592aea9ca5404ff7db
tree9e794516c0765e35f5f06d2336c5fe024a36422d
parent3c133647a8d2c536c17066d8388e0831a9c506ec
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