On 08/24/2012 08:17 PM, Christoph Lameter wrote: > Index: linux/mm/slob.c > =================================================================== > --- linux.orig/mm/slob.c 2012-08-22 10:27:54.846388442 -0500 > +++ linux/mm/slob.c 2012-08-22 10:28:31.658969127 -0500 > @@ -524,8 +524,6 @@ int __kmem_cache_create(struct kmem_cach > if (c->align < align) > c->align = align; > > - kmemleak_alloc(c, sizeof(struct kmem_cache), 1, GFP_KERNEL); > - c->refcount = 1; > return 0; > } > Is the removal of kmemleak_alloc intended ? Nothing about that is mentioned in the changelog. -- 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=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>