]> 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>
Mon, 14 Mar 2022 18:49:47 +0000 (14:49 -0400)
commit5521c77b9ee38e93b6849464b392e666ddcdcf4f
treecb800d81936fc7b0c902bf486f9d8ea52a0b533e
parentc92973081beaac304d233cfe9c26dfe1c7673021
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