]> 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>
Mon, 14 Mar 2022 18:49:46 +0000 (14:49 -0400)
commitb3c8c6aaa0792ffd3064f54ad1044505fde779ff
tree1690c3eefbd08a1c684e3f19f371d27d57670770
parent154bcff8b87dade15a1470381bd1f36e1756e4ac
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