]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmap: Change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Wed, 9 Nov 2022 16:27:11 +0000 (11:27 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 13 Dec 2022 20:58:34 +0000 (15:58 -0500)
commit94adbd383c97d6fd98d22d3e6b2fa930a4359ccc
treed0da7cbbd7ec72ad1e221b0b0e713ddc461c3aef
parentf244c41fc185d1eba19a40c415a7dfb39a591fcc
mmap: Change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator

Start passing the vma iterator through the mm code.  This will allow for
reuse of the state and cleaner invalidation if necessary.

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