mm: use mm_populate() when adjusting brk with MCL_FUTURE in effect
authorMichel Lespinasse <walken@google.com>
Sat, 23 Feb 2013 00:32:40 +0000 (16:32 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Feb 2013 01:50:11 +0000 (17:50 -0800)
commit128557ffe147c282d8a25e6faeaec6099540bea4
treeb3a0ce0540dd51f634f7ba9f7f7bf16576dce2cb
parenta1ea9549a7254b17ba85809f4a0200abc21453a2
mm: use mm_populate() when adjusting brk with MCL_FUTURE in effect

Signed-off-by: Michel Lespinasse <walken@google.com>
Acked-by: Rik van Riel <riel@redhat.com>
Tested-by: Andy Lutomirski <luto@amacapital.net>
Cc: Greg Ungerer <gregungerer@westnet.com.au>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/mmap.c