]> www.infradead.org Git - users/jedix/linux-maple.git/commit
coredump: Remove vma linked list walk
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 26 Oct 2021 21:18:31 +0000 (17:18 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 11 Feb 2022 03:38:08 +0000 (22:38 -0500)
commit90adee4922d8bd04698fdb3ecbfd01266fc07272
tree728fbfa1ca1891fc0af955db1fd049f3f5a37e12
parentddeb3d0bd2aaa582bf353aaa682867179dda18fe
coredump: Remove vma linked list walk

Use the Maple Tree iterator instead.  This is too complicated for the
VMA iterator to handle, so let's open-code it for now.  If this turns
out to be a common pattern, we can migrate it to common code.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
fs/coredump.c