Fix get_unmapped_area sanity tests
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 20 May 2005 05:43:37 +0000 (22:43 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 20 May 2005 05:43:37 +0000 (22:43 -0700)
As noted by Chris Wright, we need to do the full range of tests regardless
of whether MAP_FIXED is set or not, so re-organize get_unmapped_area()
slightly to do the sanity checks unconditionally.


No differences found