summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
diff options
context:
space:
mode:
authorDavid Rientjes2010-08-23 01:16:06 +0200
committerPekka Enberg2010-10-02 09:24:28 +0200
commit8df275af8db8220d7e3f1bf97b6ac7aad05f96f0 (patch)
tree7f61075da7730d615724e791f6d63e193443bb76 /mm/slub.c
parentslub: Move gfpflag masking out of the hotpath (diff)
downloadkernel-qcow2-linux-8df275af8db8220d7e3f1bf97b6ac7aad05f96f0.tar.gz
kernel-qcow2-linux-8df275af8db8220d7e3f1bf97b6ac7aad05f96f0.tar.xz
kernel-qcow2-linux-8df275af8db8220d7e3f1bf97b6ac7aad05f96f0.zip
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