[dm-devel] Re: [2.6.22 PATCH 23/26] dm delay:

Christoph Lameter clameter at sgi.com
Thu May 10 19:04:50 UTC 2007


On Thu, 10 May 2007, Andrew Morton wrote:

> > > +	delayed_cache = kmem_cache_create("dm-delay",
> > > +					  sizeof(struct delay_info),
> > > +					  __alignof__(struct delay_info),
> > > +					  0, NULL, NULL);
> > 
> > We have an ugly^Wnice new KMEM_CACHE macro for this now.

How could I nicify the macro? Lower case?




More information about the dm-devel mailing list