]> 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)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 30 Oct 2021 03:37:29 +0000 (23:37 -0400)
commit7c0405fcbccb5567f43c8f5a76fedc5cd8111b9b
tree4b435fa8be89e8a83991e399345f666980600595
parentc7c47a9ced8db4b8f4777cfc9ea2a94981330117
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