Re: [PATCH v13 51/70] mm/gup: use maple tree navigation instead of linked list
From: Davidlohr Bueso
Date: Tue Sep 06 2022 - 13:24:16 EST
On Mon, 22 Aug 2022, Liam Howlett wrote:
From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
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@xxxxxxxxxx>
Reviewed-by: Davidlohr Bueso <dave@xxxxxxxxxxxx>