]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Introduce vmi_complete_munmap_vmas()
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 7 Jun 2024 18:14:03 +0000 (14:14 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 7 Jun 2024 18:16:15 +0000 (14:16 -0400)
commitdc3d7467aa1e77e554fb96d71545e5b8f0a3628e
treeff0ab63d0f52cd30d3fdca3597507875fa0f8046
parentf8fb14dac317cf416cd2e684c30c53e342a1fe78
mm/mmap: Introduce vmi_complete_munmap_vmas()

Extract all necessary operations that need to be completed after the vma
maple tree is updated from a munmap() operation.  Extracting this makes
the later patch in the series easier to understand.

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