Re: [PATCH v13 16/70] proc: remove VMA rbtree use from nommu

From: Davidlohr Bueso
Date: Tue Aug 30 2022 - 21:45:54 EST


On Mon, 22 Aug 2022, Liam Howlett wrote:

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

These users of the rbtree should probably have been walks of the linked
list, but convert them to use walks of the maple tree.

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>