]> 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>
Wed, 31 Jul 2019 14:52:43 +0000 (10:52 -0400)
commitd521fc6fdf9437bf19f1f82d9cd9e534e316bd27
tree1b539718b6515126683387f9efac1b7927c59803
parent26f9f03d20d21d6c939f65cbf404a6e8964320a4
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