From: Christoph Lameter Date: Tue, 26 Sep 2006 06:31:44 +0000 (-0700) Subject: [PATCH] Guarantee that the uncached allocator gets pages on the correct node X-Git-Tag: v2.6.19-rc1~1173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd1b1677b5d4f39deda068bf5cc43ce3aaec839f;p=pandora-kernel.git [PATCH] Guarantee that the uncached allocator gets pages on the correct node The uncached allocator manages per node pools. Specify __GFP_THISNODE in order to force allocation on the indicated node or fail. The uncached allocator has already logic to deal with failing allocations. Signed-off-by: Christoph Lameter Cc: Andy Whitcroft Cc: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed