]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nommu: Remove uses of VMA linked list
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 29 Oct 2021 14:18:13 +0000 (10:18 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 11 Feb 2022 03:38:10 +0000 (22:38 -0500)
commit4c6d6181a28e4aa069f065068d07fb49f8b40819
treea2629d30b847a8edd8fe2117cc4e20e3c689b0ad
parent585164caf396f37c18caf0a33e493a149666fe8c
nommu: Remove uses of VMA linked list

Use the maple tree or VMA iterator instead.  This is faster and will
allow us to shrink the VMA.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
mm/nommu.c