Re: C13 [14/14] Move kmem_cache refcounting to common code
From: Glauber Costa <hidden>
Date: 2012-09-03 15:15:49
From: Glauber Costa <hidden>
Date: 2012-09-03 15:15:49
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@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>