]> 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>
Fri, 11 Feb 2022 03:38:09 +0000 (22:38 -0500)
commitcb80fa143a9ce77debcdc6ab2b7b6417bc28b716
tree7d9145d0d30078b881405f9c023844b11986c7b2
parenta7c1225184cfb13bea7e9d80ad656003c00caac0
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