]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vma: Introduce vmi_complete_munmap_vmas()
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Fri, 9 Aug 2024 19:09:32 +0000 (15:09 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 20 Aug 2024 15:34:43 +0000 (11:34 -0400)
commitc852835df2f83f3cecab049b96b7e9649af69efa
treec57f1ce7d1041e3007d3b71c466f6fb7fff4fc47
parent8fc9a0fdb88a856ff8dcfd2220dc5b28e64f8df0
mm/vma: 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>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Reviewed-by: Suren Baghdasaryan <surenb@google.com>
mm/vma.c