]> www.infradead.org Git - users/jedix/linux-maple.git/commit
proc: remove VMA rbtree use from nommu
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 20 Jul 2022 02:17:48 +0000 (02:17 +0000)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 6 Sep 2022 19:44:22 +0000 (15:44 -0400)
commit6b5e86b5ddcf9c51b5af56cfaa3077da18142941
tree375e5406a85593d04beb58d92596ada0e57649de
parentd7276e3ca6183802f814d1838ae3d06a2da39d80
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>
Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>
fs/proc/task_nommu.c