From: Linus Torvalds Date: Fri, 20 Apr 2012 22:35:40 +0000 (-0700) Subject: VM: add "vm_brk()" helper function X-Git-Tag: v3.4-rc4~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4eb1ff61b323d6141614e5458a1f53c7046ff8e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed