Re: [PATCH v13 49/70] fork: use VMA iterator

From: Davidlohr Bueso
Date: Tue Aug 23 2022 - 15:47:36 EST


On Mon, 22 Aug 2022, Liam Howlett wrote:

From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx>

The VMA iterator is faster than the linked list and removing the linked
list will shrink the vm_area_struct.

Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>
Signed-off-by: Liam R. Howlett <Liam.Howlett@xxxxxxxxxx>
Acked-by: Vlastimil Babka <vbabka@xxxxxxx>

Reviewed-by: Davidlohr Bueso <dave@xxxxxxxxxxxx>