]> www.infradead.org Git - users/jedix/linux-maple.git/commit
proc: Remove VMA rbtree use from nommu
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 28 Oct 2021 22:22:49 +0000 (18:22 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 11 Feb 2022 03:38:06 +0000 (22:38 -0500)
commited5bba309f76422d1f0744c9d13dd8dace17727e
treebe5d9825df197a643c30e802fd5e7aca9a158d67
parent3396339d6deb4f3447a81a5e944b6764c98b3f6b
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