On Fri, Jun 14, 2013 at 11:06 PM, Christoph Lameter <cl@xxxxxxxxx> wrote: > The kmalloc_node functions of all slab allcoators are similar now so > lets move them into slab.h. This requires some function naming changes > in slob. > > Signed-off-by: Christoph Lameter <cl@xxxxxxxxx> 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 -- 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