]> 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>
Fri, 30 Oct 2020 19:13:46 +0000 (15:13 -0400)
commitf1319f881922b68ba88685985b4d8eebcc8e175a
treeeacfd9a0fbc10f1e32daed54ec7657bc8343a375
parentc6621010a240cf97a51a0916f98a934f0975324b
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