]> 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>
Fri, 30 Oct 2020 19:07:23 +0000 (15:07 -0400)
commit1197b6a554ee4e4678fcfa6e01a88c5358093c9c
tree744b9d362274392097e000c5c173980a680cd7fd
parent921a95ed3135552765cef6e8f144ad5dd0a60bf0
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