commit | a46ef99d80817a167477ed1c8b4d90ee0c2e726f | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Apr 20 16:20:01 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Apr 20 17:29:13 2012 -0700 |
tree | 3d8c980c627e8b9c009dbf63628a9be8b8d1069f | |
parent | e4eb1ff61b323d6141614e5458a1f53c7046ff8e [diff] |
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>