]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: Move find_vma_intersection to mmap.c and change implementation to maple tree.
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 28 Sep 2020 19:50:19 +0000 (15:50 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:12:31 +0000 (15:12 -0400)
commit86d0eb648a9e765d580c9b826f8e843b6aadc6b7
tree41a7233c21c98ca142421a175e5b1715368b4a1b
parent42f9267a383a4e834b46f911856ae06fd1c925e0
mm: Move find_vma_intersection to mmap.c and change implementation to maple tree.

When searching for a vma within a range, it is easier to use the maple tree interface.  This means
the find_vma() call changes to a special case of the find_vma_intersection()

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