commit | c4caa778157dbbf04116f0ac2111e389b5cd7a29 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Nov 30 08:38:43 2009 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Dec 11 06:34:09 2009 -0500 |
tree | d8e26c07bacaaa6b1e6b1e57816fd42da94e15f4 | |
parent | 0ec62d290912bb4b989be7563851bc364ec73b56 [diff] |
file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area() ... we should call mm ->get_unmapped_area() instead and let our caller do the final checks. Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>