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)
commit9ac4ed4bd0adec75db13a4b08a39a3918ec0e3c9
tree23aba68ec121692cd6f0449535524b6586e8914f
parent8b3ec6814c83d76b85bd13badc48552836c24839
move security_mmap_addr() to saner place

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