Revision e4eb1ff61b323d6141614e5458a1f53c7046ff8e authored by Linus Torvalds on 20 April 2012, 22:35:40 UTC, committed by Linus Torvalds on 21 April 2012, 00:28:17 UTC
It does the same thing as "do_brk()", except it handles the VM locking
too.

It turns out that all external callers want that anyway, so we can make
do_brk() static to just mm/mmap.c while at it.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 3b422e9
History
File Mode Size
Kconfig -rw-r--r-- 561 bytes
Makefile -rw-r--r-- 218 bytes
crypto.c -rw-r--r-- 67.7 KB
debug.c -rw-r--r-- 3.8 KB
dentry.c -rw-r--r-- 3.0 KB
ecryptfs_kernel.h -rw-r--r-- 24.8 KB
file.c -rw-r--r-- 10.9 KB
inode.c -rw-r--r-- 33.6 KB
keystore.c -rw-r--r-- 79.1 KB
kthread.c -rw-r--r-- 5.6 KB
main.c -rw-r--r-- 24.4 KB
messaging.c -rw-r--r-- 17.4 KB
miscdev.c -rw-r--r-- 16.7 KB
mmap.c -rw-r--r-- 16.2 KB
read_write.c -rw-r--r-- 8.7 KB
super.c -rw-r--r-- 6.0 KB

back to top