]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vma: Extract the gathering of vmas from do_vmi_align_munmap()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 9 Aug 2024 19:56:40 +0000 (15:56 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 20 Aug 2024 15:34:43 +0000 (11:34 -0400)
commit2187bc2752733547b0b69da9360656378a91491d
treeb80027b7e481b7925c2c66c34383ddfa1a6638be
parentc852835df2f83f3cecab049b96b7e9649af69efa
mm/vma: 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>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
mm/vma.c