Re: [PATCH 4/5] initdev:kernel: Await network initdevicediscovery, v2

From: David VomLehn
Date: Mon May 04 2009 - 20:32:57 EST


On Sat, May 02, 2009 at 09:36:03AM -0400, Sergey Vlasov wrote:
> On Fri, May 01, 2009 at 07:28:58PM -0700, David VomLehn wrote:
...
> > diff --git a/net/core/dev.c b/net/core/dev.c
> > index 308a7d0..73cb282 100644
> > --- a/net/core/dev.c
> > +++ b/net/core/dev.c
> > -late_initcall(ip_auto_config);
> > +static void __init ip_auto_config_async(void *data, async_cookie_t cookie)
> > +{
> > + ip_auto_config();
> > +}
> > +
> > +static async_cookie_t ic_cookie;
>
> This write-only variable is useless.

Agreed.

Thanks!

David VomLehn

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/