]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mmap: Introduce vma_munmap_struct for use in munmap operations
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Wed, 17 Apr 2024 14:46:40 +0000 (10:46 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 7 Jun 2024 19:42:13 +0000 (15:42 -0400)
commitf60e5365e3a20dd909573187f49bc60e80265932
tree9bfcc9fa422f30b93ef1d247010ab284f95586dc
parent3df930119db352b5c0dc44622e9b903def636fe5
mm/mmap: 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>
mm/internal.h
mm/mmap.c