VM: add "vm_munmap()" helper function
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Apr 2012 23:20:01 +0000 (16:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Apr 2012 00:29:13 +0000 (17:29 -0700)
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>

No differences found