]> 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>
Wed, 11 May 2022 13:09:55 +0000 (09:09 -0400)
commitd138d9c4cc0f52c2a346bcaddac5293448f9c8bb
treecb3ee279fc8bc966f844e58f87aac144f51cb8f7
parent840b4277bdfaf740cee5ffcbb25e94533c3996c7
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