]> 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>
Fri, 30 Oct 2020 19:02:55 +0000 (15:02 -0400)
commit9d1c2327792b3dcc9cc07e749b9b48ceb7081ea8
treeae8c136954c5b9a9603315a55421d7f24fb3434b
parent2c6c577631e1d1bcaf63ddf8cf2d8526f1e8b613
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