Re: [patch 11/26] SLUB: Add support for kmem_cache_ops
From: Pekka Enberg <hidden>
Date: 2007-06-19 20:58:22
Also in:
lkml
From: Pekka Enberg <hidden>
Date: 2007-06-19 20:58:22
Also in:
lkml
On 6/18/07, clameter@sgi.com [off-list ref] wrote:
We use the parameter formerly used by the destructor to pass an optional pointer to a kmem_cache_ops structure to kmem_cache_create. kmem_cache_ops is created as empty. Later patches populate kmem_cache_ops.
I like kmem_cache_ops but I don't like this patch. I know its painful but we really want the introduction patch to fixup the API (move ctor to kmem_cache_ops and do the callers). -- 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>