]> 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>
Thu, 14 Apr 2022 06:07:21 +0000 (23:07 -0700)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 26 Apr 2022 14:36:40 +0000 (10:36 -0400)
commit7ba6baf18b7388e5ba52776d6b9f85409fbb4caf
treee674cf830681d52bf14cb47d6a0b04a3c478a514
parent0b18d2587dfa57daf3f31de8dc6f62ef09ac1f50
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