]> 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, 26 Nov 2021 19:50:36 +0000 (14:50 -0500)
commit7b1d49504976096fd0594fc1a06653a6c9d5944c
tree5d5b4e8d78cd4942f620babbb22670533f1862c8
parentf2414153f10b2a4fee00d22c2e4afa307fe68617
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>
mm/nommu.c