]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Add basic store support.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 14 Jun 2019 12:37:34 +0000 (08:37 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 18:56:05 +0000 (14:56 -0400)
commit0b15a6892543a03ffa16eebf4ce1ddbef6b839f1
tree44a2162e0d233e16ffe2ce14d60de49e3063e7b1
parent7c37a4f12b97054119cced7227cc82f0bdccc551
maple_tree: Add basic store support.

This store operation builds a new tree.  This was done to avoid creating
an invalid b-tree (not the same height from all leaves to head).

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