]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple_tree: Add initial maple_arange_64 node support.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 12 Mar 2019 18:52:59 +0000 (14:52 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 18:55:53 +0000 (14:55 -0400)
commitefc18569418bc6e9cb1ed139b9b573ed9e0e6af3
tree2bdcb1d2dead708bc1d1fdfe248b1f270435e738
parent3582d277b26d421f66b1fd951765a922ceef62aa
maple_tree: Add initial maple_arange_64 node support.

maple_arange_64 is for allocation ranges which need to track gaps in
subtrees.  This commit does not address tracking the gaps.

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