]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: remove node allocations from various write helper functions
authorSidhartha Kumar <sidhartha.kumar@oracle.com>
Tue, 2 Jan 2024 19:41:27 +0000 (11:41 -0800)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Sat, 20 Apr 2024 01:40:09 +0000 (21:40 -0400)
commit18eb1232819bf0885ff1148046a0daaac136cb56
treed73ca60554dffd600849dd49f21fda97131b3f24
parent7179d43147bcbdd36fe51894776169ede1159c06
maple_tree: remove node allocations from various write helper functions

These write helper functions are all called from store paths which
preallocate enough nodes that will be needed for the write. There is no
more need to allocate within the functions themselves.

Signed-off-by: Sidhartha Kumar <sidhartha.kumar@oracle.com>
lib/maple_tree.c