]> 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>
Thu, 16 Dec 2021 03:01:36 +0000 (22:01 -0500)
commit3d5ce545f495f89012f34d8ad71627f292a0e63a
tree4b8487f0a1c998cdbd3156fd9911af3de836a98d
parent3f7e506a47c26a8031bf5c5e724942ddf0bacae5
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>
mm/nommu.c