On Tue, Jun 18, 2013 at 8:02 PM, Christoph Lameter <cl@xxxxxxxxx> wrote: > On Tue, 18 Jun 2013, Pekka Enberg wrote: > >> I'm seeing this after "make defconfig" on x86-64: >> >> CC mm/slub.o >> mm/slub.c:2445:7: error: conflicting types for �kmem_cache_alloc_node_trace� >> include/linux/slab.h:311:14: note: previous declaration of >> �kmem_cache_alloc_node_trace� was here >> mm/slub.c:2455:1: error: conflicting types for �kmem_cache_alloc_node_trace� >> include/linux/slab.h:311:14: note: previous declaration of >> �kmem_cache_alloc_node_trace� was here >> make[1]: *** [mm/slub.o] Error 1 >> make: *** [mm/slub.o] Error 2 > > Gosh I dropped the size_t parameter from these functions. CONFIG_TRACING > needs these. > > Subject: Fix kmem_cache_alloc*_trace parameters > > The size parameter is needed. > > Signed-off-by: Christoph Lameter <cl@xxxxxxxxx> Can you please resend as a single patch against slab/next that compiles? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href