From: David Rientjes Date: Sun, 22 Aug 2010 23:16:06 +0000 (-0700) Subject: slob: fix gfp flags for order-0 page allocations X-Git-Tag: v2.6.37-rc1~141^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8df275af8db8220d7e3f1bf97b6ac7aad05f96f0;p=pandora-kernel.git slob: fix gfp flags for order-0 page allocations kmalloc_node() may allocate higher order slob pages, but the __GFP_COMP bit is only passed to the page allocator and not represented in the tracepoint event. The bit should be passed to trace_kmalloc_node() as well. Acked-by: Matt Mackall Reviewed-by: Christoph Lameter Signed-off-by: David Rientjes Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed