]> www.infradead.org Git - users/jedix/linux-maple.git/commit
coredump: remove vma linked list walk
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 20 Jul 2022 02:17:56 +0000 (02:17 +0000)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 6 Sep 2022 19:44:24 +0000 (15:44 -0400)
commit1615cddb7976b75f80087c255f12c78f0c3bce79
tree26a0ddcac526c22867fd4de52f589757a6cec52f
parent877f12c47ed4ca2aa58dd9ec1e820f9725703585
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