VM: add "vm_munmap()" helper function
Like the vm_brk() function, this is the same as "do_munmap()", except it
does the VM locking for the caller.
Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- arch/ia64/kernel/perfmon.c 3 additions, 8 deletionsarch/ia64/kernel/perfmon.c
- arch/sparc/kernel/sys_sparc_64.c 1 addition, 6 deletionsarch/sparc/kernel/sys_sparc_64.c
- arch/x86/kvm/x86.c 1 addition, 3 deletionsarch/x86/kvm/x86.c
- drivers/gpu/drm/i810/i810_dma.c 1 addition, 3 deletionsdrivers/gpu/drm/i810/i810_dma.c
- fs/aio.c 2 additions, 5 deletionsfs/aio.c
- include/linux/mm.h 1 addition, 0 deletionsinclude/linux/mm.h
- mm/mmap.c 9 additions, 6 deletionsmm/mmap.c
- mm/nommu.c 7 additions, 2 deletionsmm/nommu.c
Loading
Please register or sign in to comment