From: Mel Gorman Date: Tue, 16 Jun 2009 22:31:56 +0000 (-0700) Subject: page allocator: check only once if the zonelist is suitable for the allocation X-Git-Tag: v2.6.31-rc1~299^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f82af9742a9346794ecc1515139daed480e7025;p=pandora-kernel.git page allocator: check only once if the zonelist is suitable for the allocation It is possible with __GFP_THISNODE that no zones are suitable. This patch makes sure the check is only made once. Signed-off-by: Mel Gorman Reviewed-by: Christoph Lameter Reviewed-by: KOSAKI Motohiro Reviewed-by: Pekka Enberg Cc: Peter Zijlstra Cc: Nick Piggin Cc: Dave Hansen Cc: Lee Schermerhorn Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed