Re: [patch 11/26] SLUB: Add support for kmem_cache_ops

2007-06-19 Thread Christoph Lameter
On Tue, 19 Jun 2007, Pekka Enberg wrote: > On 6/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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 patche

Re: [patch 11/26] SLUB: Add support for kmem_cache_ops

2007-06-19 Thread Pekka Enberg
On 6/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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 d