]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nommu: remove uses of VMA linked list
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 20 Jul 2022 02:18:03 +0000 (02:18 +0000)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 6 Sep 2022 19:44:26 +0000 (15:44 -0400)
commitef2b3e5fcbe7a3f9df5167d65855118d90d3eb92
tree5198d7e5f2350fe4ddee96e8c85f19ab1740f58f
parente1d14b796eb65db8f37bf0d2379136f9d3237bc9
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