]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ipc/shm: Use the vma iterator for munmap calls
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 14 Nov 2022 19:53:13 +0000 (14:53 -0500)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Tue, 13 Dec 2022 20:58:35 +0000 (15:58 -0500)
commitcf047c710df3060f76e2311ad55df83e19d3343a
tree07fe8610779c8699d28b2f47d514e5fda78ff6c3
parent8d1fbeb94e097f43844e4600ae1997706b5f8e41
ipc/shm: Use the vma iterator for munmap calls

Pass through the vma iterator to do_vmi_munmap() to handle the iterator
state internally

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
ipc/shm.c