]> 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>
Tue, 8 Mar 2022 18:19:12 +0000 (13:19 -0500)
commit975076b87c41457fa89e52c51fd5f6910ebe1ac5
tree2caaec689773af773cb446e6b1655291bb024a2c
parentf7523dff1795f8aa381c6d4ceb60e737b33e64d9
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