]> 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>
Mon, 14 Mar 2022 18:49:47 +0000 (14:49 -0400)
commit17105cc9965f97842fab465a445bf005caf160cb
tree38f20c8e00394ea0ec127e8510dff0fa32478de4
parent63c295ff71863ddddc414dbed4d1cca1f3606c2e
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