From: Christoph Lameter Date: Fri, 9 Jul 2010 19:07:10 +0000 (-0500) Subject: slub: Use a constant for a unspecified node. X-Git-Tag: v2.6.36-rc1~519^2^4~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2154a336381f85f5390d9a84c6cf4a7d2847b6ed;p=pandora-kernel.git slub: Use a constant for a unspecified node. kmalloc_node() and friends can be passed a constant -1 to indicate that no choice was made for the node from which the object needs to come. Use NUMA_NO_NODE instead of -1. CC: KAMEZAWA Hiroyuki Signed-off-by: David Rientjes Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed