move security_mmap_addr() to saner place
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 30 May 2012 21:13:15 +0000 (17:13 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Jun 2012 14:37:16 +0000 (10:37 -0400)
it really should be done by get_unmapped_area(); that cuts down on
the amount of callers considerably and it's the right place for
that stuff anyway.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
mm/mmap.c
mm/mremap.c

diff --cc mm/mmap.c
Simple merge
diff --cc mm/mremap.c
Simple merge