]> 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>
Tue, 5 Jan 2021 17:28:33 +0000 (12:28 -0500)
commitfc89dbc035691859fe72aa62bd9a4b321e50309f
treecb688c9a0db51db587fc79fb2dce7fed87d60074
parent6165068a3ae432095f308e66f7c2f220162b3547
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