Linus Torvalds e4eb1ff61b VM: add "vm_brk()" helper function
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>
2012-04-20 17:28:17 -07:00
..
2012-04-10 22:39:17 -06:00
2012-04-12 12:49:56 -07:00
2012-04-11 14:28:26 +02:00
2012-04-07 09:52:46 -07:00
2012-04-20 17:28:17 -07:00