]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: change allocated requests to a variable
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 6 Feb 2024 20:55:12 +0000 (15:55 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Mon, 29 Apr 2024 14:50:35 +0000 (10:50 -0400)
commitbe2930e6abf232b012ec0df2d2ece09aac5a2832
treeceb0a227a458849243d3f8c36fda30ca440e10dc
parent511bad24a893879c9f77f9bbb12f1bcfdee093e1
maple_tree: change allocated requests to a variable

Instead of pre-allocating and pushing/popping maple nodes off a list
maintained in the maple state, just set the requested number to a
variable and pass it along to the per-cpu array

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