]> 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)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 30 Oct 2021 03:38:44 +0000 (23:38 -0400)
commit05bbb0e4fa9100b99ec7c36ecd8490d3c871c850
treecf917df9cddb30fb3dc6f3bf29e141d2fa81a70e
parent630f956b7797abb582cbda27e857b57c5da63932
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>
fs/coredump.c