]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vma: Introduce vma_munmap_struct for use in munmap operations
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 12 Aug 2024 21:04:43 +0000 (17:04 -0400)
committerLiam R. Howlett <Liam.Howlett@Oracle.com>
Tue, 20 Aug 2024 15:54:05 +0000 (11:54 -0400)
commite010cfc0b0952407f885593c1473998ff7cc96e6
tree2ea208914005407f97b1ee183b9cb5fde878bae4
parent2187bc2752733547b0b69da9360656378a91491d
mm/vma: Introduce vma_munmap_struct for use in munmap operations

Use a structure to pass along all the necessary information and counters
involved in removing vmas from the mm_struct.

Update vmi_ function names to vms_ to indicate the first argument
type change.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Reviewed-by: Suren Baghdasaryan <surenb@google.com>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
mm/vma.c
mm/vma.h