]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Add freeing of nodes.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 7 Jul 2020 15:26:19 +0000 (11:26 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:05:07 +0000 (15:05 -0400)
commit521b4780cc47ff66fe081fecca555e919bb022cf
treefd8e81c9e64c2c761baf4dd4b448dbf545fd0027
parentb92a4fbb7bc59c415ab42430d86614fd436fc093
maple_tree: Add freeing of nodes.

Node freeing is tracked by what was consumed in the previous step and
freed along with what was overwritten in the spanning store that must be
destroyed.

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