commit | 8df275af8db8220d7e3f1bf97b6ac7aad05f96f0 | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Sun Aug 22 16:16:06 2010 -0700 |
committer | Pekka Enberg <penberg@kernel.org> | Sat Oct 02 10:24:28 2010 +0300 |
tree | 7f61075da7730d615724e791f6d63e193443bb76 | |
parent | c1d508365ea07f9f8849c7da5b02186601570f8b [diff] |
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 <mpm@selenic.com> Reviewed-by: Christoph Lameter <cl@linux.com> Signed-off-by: David Rientjes <rientjes@google.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>