]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Change find_vma() to use the maple tree
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 24 Jul 2020 15:38:39 +0000 (11:38 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:28:40 +0000 (12:28 -0500)
commitfd2a2f77f9e839f41745292c000eea26700a4593
treef4c4dbec5059df4d435fa4cd343b594c0589663d
parent23f6530f224cb95c7caf4eb30032f1a8c6f39400
mm/mmap: Change find_vma() to use the maple tree

Start using the maple tree to find VMA entries in an mm_struct.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
mm/mmap.c