aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c
diff options
context:
space:
mode:
authorDavid Rientjes <rientjes@google.com>2010-08-22 16:16:06 -0700
committerPekka Enberg <penberg@kernel.org>2010-10-02 10:24:28 +0300
commit8df275af8db8220d7e3f1bf97b6ac7aad05f96f0 (patch)
tree7f61075da7730d615724e791f6d63e193443bb76 /mm/slub.c
parentc1d508365ea07f9f8849c7da5b02186601570f8b (diff)
downloadkernel_samsung_smdk4412-8df275af8db8220d7e3f1bf97b6ac7aad05f96f0.zip
kernel_samsung_smdk4412-8df275af8db8220d7e3f1bf97b6ac7aad05f96f0.tar.gz
kernel_samsung_smdk4412-8df275af8db8220d7e3f1bf97b6ac7aad05f96f0.tar.bz2
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>
Diffstat (limited to 'mm/slub.c')
0 files changed, 0 insertions, 0 deletions