]> 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, 2 Sep 2021 15:16:41 +0000 (11:16 -0400)
commitb6ae2ee0fe45d6af22f36badd1f40b4cbfb9b9cd
tree28cc9fb960fd4d65d2f7311a803db83318236555
parent4f67cbc613cc1a7bdbe29fe814ce92eebafba817
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