From: Al Viro Date: Mon, 30 Nov 2009 13:38:43 +0000 (-0500) Subject: file ->get_unmapped_area() shouldn't duplicate work of get_unmapped_area() X-Git-Tag: v2.6.33-rc1~320^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4caa778157dbbf04116f0ac2111e389b5cd7a29;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed