]> 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, 26 Nov 2021 19:50:28 +0000 (14:50 -0500)
commit1aba9c2d7d60febc7f70883dadedb233927a4ba8
tree132a07aa676d4f4939d1394cc6fd1eace0ed62ba
parent2be7e26f1913444515491c008984f3227dce5e44
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>
fs/proc/task_nommu.c