Re: [patch] kobject_uevent: fix init ordering

From: Greg KH
Date: Thu Nov 04 2004 - 15:45:25 EST


On Thu, Nov 04, 2004 at 02:28:52PM -0500, Robert Love wrote:
> On Thu, 2004-11-04 at 13:27 -0500, Robert Love wrote:
>
> > Looks like kobject_uevent_init is executed before netlink_proto_init and
> > consequently always fails. Not cool.
> >
> > Attached patch switches the initialization over from core_initcall (init
> > level 1) to postcore_initcall (init level 2). Netlink's initialization
> > is done in core_initcall, so this should fix the problem. We should be
> > fine waiting until postcore_initcall.
> >
> > Also a couple white space changes mixed in, because I am anal.
>
> Greg, sir, here is a patch rediff'ed off current BK.

"Sir"? Geesh, I'm not that old looking am I? :)

applied, thanks.

greg k-h
-
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/