]> 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>
Wed, 11 May 2022 13:09:53 +0000 (09:09 -0400)
commit3dc8721eda834c15c781dfa41127f41233e05eb6
tree9b0f7d9f883e67519dbd0a82f0db4b9ddbea46a7
parentc93dbc3f56e0d6dc5269c7e52c07dae6d8bc5796
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