]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Change find_vma_prev() to use maple tree
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 24 Jul 2020 15:48:08 +0000 (11:48 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 30 Oct 2020 19:07:24 +0000 (15:07 -0400)
commit578799d799f6b99704096bfa1c9028816cff60d3
tree6d4a6c4c9927919b6209d1508d5e523ea56a1cde
parent1197b6a554ee4e4678fcfa6e01a88c5358093c9c
mm/mmap: Change find_vma_prev() to use maple tree

Change the implementation of find_vma_prev to use the new maple tree
data structure.

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