]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Don't use mas_extend_null in _mas_store()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 29 Oct 2020 17:54:49 +0000 (13:54 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:30:39 +0000 (12:30 -0500)
commitaa043687683687848b4b37bc2249643a33ca6633
treeae29618b1a4ef4d4b471e1db674d94cc612f67c8
parentd7865725def89c3d8e362a33b67e7fcb91fc3db1
maple_tree: Don't use mas_extend_null in _mas_store()

mas_extend_null() is too heavy when the nulls are contained within a single node.

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