]> www.infradead.org Git - users/jedix/linux-maple.git/commit
proc: remove VMA rbtree use from nommu
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 14 Apr 2022 06:07:14 +0000 (23:07 -0700)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 26 Apr 2022 14:36:31 +0000 (10:36 -0400)
commit597c39e4a02e4571e8adf288eaefd074cc2c7e62
tree9df14b74f0809d6299b457be76e2327452dbe50b
parentdefb9a2dc72a5ec68237f8b297291fd2f803e5b6
proc: remove VMA rbtree use from nommu

These users of the rbtree should probably have been walks of the linked
list, but convert them to use walks of the maple tree.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
fs/proc/task_nommu.c