]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Extract the gathering of vmas from do_vmi_align_munmap()
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 16 Apr 2024 20:19:05 +0000 (16:19 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 7 Jun 2024 18:45:50 +0000 (14:45 -0400)
commit3df930119db352b5c0dc44622e9b903def636fe5
tree14cb0b12caf1ed1a46c2b76e83410b6148e2e685
parentdc3d7467aa1e77e554fb96d71545e5b8f0a3628e
mm/mmap: Extract the gathering of vmas from do_vmi_align_munmap()

Create vmi_gather_munmap_vmas() to handle the gathering of vmas into a
detached maple tree for removal later.  Part of the gathering is the
splitting of vmas that span the boundary.

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