]> 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>
Tue, 5 Jan 2021 17:28:07 +0000 (12:28 -0500)
commit73f30384d09f278664579dc2a6837e739530c712
tree6be50b9e6a47eea4eaae06071457152949cd0bef
parentc342b76ef96a5a404ad7157566bb33357b526ec1
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