]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Remove maple tree erase call in __vma_unlink_common
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 28 Feb 2020 20:33:24 +0000 (15:33 -0500)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 5 Jan 2021 17:28:23 +0000 (12:28 -0500)
commit8ecb8766e2c8e706443d60f060c48c5136fa68d0
treee7c111515c557512dfe5c68650d39b9a88feda9c
parent55ab4fa677c996805acffddc009b249038d0d908
mm/mmap: Remove maple tree erase call in __vma_unlink_common

__vma_unlink_common is used when overwriting the next vma entry.  Maple
tree overwrites these entries on the store of the vma itself.

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