]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Use maple tree for unmapped_area{_topdown}
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 24 Jul 2020 16:01:47 +0000 (12:01 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Thu, 24 Jun 2021 20:04:21 +0000 (16:04 -0400)
commit820002373d69d5a217333ee47a680413e55037c5
tree8236c7cd76b5a9a9ad8946533702fbf829749a62
parentcc36c410ad8310ad50b24a659decf2c9f5cebcb2
mm/mmap: Use maple tree for unmapped_area{_topdown}

The maple tree code was added to find the unmapped area in a previous
commit and was checked against what the rbtree returned, but the actual
result was never used.  Start using the maple tree implementation and
remove the rbtree code. Note, the advanced maple tree interface is used
so the rcu locking is needed to be handled here or at a higher level.

Add kernel documentation comment for these functions.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
mm/mmap.c