]> 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)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 1 Nov 2021 14:43:50 +0000 (10:43 -0400)
commit1b34b86916ac4984e3ac47a8fd0938c9979e4b1e
treecd6323a08483d5e7a44ed14ef00de650f967751e
parent770b4583565d71bc743764115977eb3a47580236
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