]> 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>
Tue, 8 Mar 2022 18:19:10 +0000 (13:19 -0500)
commit3dbdeddfd1ef3be12d6f5b2ff779a11690e23b15
tree5428dc5f939e135c9b775a77ac4ca10ffb83d903
parentf0d407e92cf2f2ed57f141a3b210ab1c253a8577
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