]> 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>
Fri, 26 Nov 2021 19:50:27 +0000 (14:50 -0500)
commit0fc24ce0761d6a131bbb6ff42c82d5bfa4bdfa5a
treec9736aa11baa61a190de3b16eab5713ac8c3efd4
parent31c1259d1f7ddd92b1ce20e33d2459f8b80846d3
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.

Add kernel documentation comment for these functions.

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