[Devel] Re: [PATCH 2/5] Generic notifiers for SLUB events
Christoph Lameter
clameter at sgi.com
Mon Oct 1 13:39:09 PDT 2007
On Mon, 1 Oct 2007, Pavel Emelyanov wrote:
> > Should the default be on? Shouldn't it depend on KMEM?
>
> Well... I think that is should be N by default and has
> noting to do with the KMEM :) Thanks for noticing.
Right.
> >> +#ifdef CONFIG_SLUB_NOTIFY
> >> + srcu_init_notifier_head(&slub_nb);
> >
> > Can we get rid of the #ifdef CONFIG_SLUB_NOTIFY?
>
> I don't think this is really useful in the __init code :)
You could define some macros that avoid the #ifdefs?
More information about the Devel
mailing list