]> 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>
Wed, 27 Jan 2021 02:45:18 +0000 (21:45 -0500)
commit850cdd8f2f4e3623b7a9b5ed17d3dada249b2331
treefb31317fa8bac7a394c3691f2d8a598f240d5e24
parent4b3b4a9690707575ab6049ccd0b64a8059094753
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