]> 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>
Mon, 14 Mar 2022 18:49:44 +0000 (14:49 -0400)
commit52f337ed4f5916377a8dcc9a8ed9f9ed4bf576f9
tree5c2300215db1e4459501459f055ca12ba22727c8
parente0804efa51ae4d37b6c3a814f2d37c389c108ef9
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