]> www.infradead.org Git - users/jedix/linux-maple.git/commit
coredump: remove vma linked list walk
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 14 Apr 2022 06:07:19 +0000 (23:07 -0700)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 26 Apr 2022 14:36:39 +0000 (10:36 -0400)
commite76b4e9137fa576194ca2c54aa7c30dd57511068
tree6837e2548cead48861024f0a1a05d61dca0df606
parentce45071d1092e4ddc9573d1d44e77e2e7514f4f0
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