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-- 935 bytes
Makefile -rw-r--r-- 100 bytes
bfs.h -rw-r--r-- 1.3 KB
dir.c -rw-r--r-- 8.9 KB
file.c -rw-r--r-- 4.7 KB
inode.c -rw-r--r-- 11.6 KB

back to top