summaryrefslogtreecommitdiffstats
path: root/mm/mlock.c
diff options
context:
space:
mode:
authorMichel Lespinasse2013-02-23 01:32:43 +0100
committerLinus Torvalds2013-02-24 02:50:11 +0100
commitc22c0d6344c362b1dde5d8e160d3d07536aca120 (patch)
tree00350da7f08f8a1b8495294bccc05d768fb1682e /mm/mlock.c
parentmm: use mm_populate() for mremap() of VM_LOCKED vmas (diff)
downloadkernel-qcow2-linux-c22c0d6344c362b1dde5d8e160d3d07536aca120.tar.gz
kernel-qcow2-linux-c22c0d6344c362b1dde5d8e160d3d07536aca120.tar.xz
kernel-qcow2-linux-c22c0d6344c362b1dde5d8e160d3d07536aca120.zip
mm: remove flags argument to mmap_region
After the MAP_POPULATE handling has been moved to mmap_region() call sites, the only remaining use of the flags argument is to pass the MAP_NORESERVE flag. This can be just as easily handled by do_mmap_pgoff(), so do that and remove the mmap_region() flags parameter. [akpm@linux-foundation.org: remove double parens] 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>
Diffstat (limited to 'mm/mlock.c')
0 files changed, 0 insertions, 0 deletions