]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ipc/shm: Use the vma iterator for munmap calls
authorLiam Howlett <Liam.Howlett@oracle.com>
Mon, 14 Nov 2022 19:53:13 +0000 (14:53 -0500)
committerLiam Howlett <Liam.Howlett@oracle.com>
Mon, 14 Nov 2022 19:57:06 +0000 (14:57 -0500)
commitc23aabc45b2c94d901b072ed13ec0f65c9f30fc0
tree6665a42c58ff891356c27f8d293ebc59e087d133
parent80591d6ebb967d80edfb444b9c9f2f50b26c593c
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 Howlett <Liam.Howlett@oracle.com>
ipc/shm.c