]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/gup: Use maple tree navigation instead of linked list
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 4 Jan 2021 19:56:20 +0000 (14:56 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 8 Mar 2022 18:19:12 +0000 (13:19 -0500)
commita45e7dc609b82a824314160b8fcf77f177cd4b01
tree796c9ec39ebda9c26073ffb3dc708aa8f43ebba9
parent3496064a01f525916244475f85173d0fc1b71e8b
mm/gup: Use maple tree navigation instead of linked list

Use find_vma_intersection() to locate the VMAs in __mm_populate()
instead of using find_vma() and the linked list.

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