]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nommu: remove uses of VMA linked list
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 14 Apr 2022 06:07:24 +0000 (23:07 -0700)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 11 May 2022 13:09:57 +0000 (09:09 -0400)
commite668355beb4870d285ec878e525841d45861aa2d
treefcea21e75de49d94539693c53017346af2c615d3
parent15ca7f8c13ec98b496c88d145984c45f32b7b054
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