Re: net: swich device attribute creation to default attrs

From: Greg KH
Date: Sun Dec 18 2005 - 23:01:43 EST


On Sun, Dec 18, 2005 at 05:59:38PM -0800, David S. Miller wrote:
> From: Kay Sievers <kay.sievers@xxxxxxxx>
> Date: Mon, 19 Dec 2005 01:42:56 +0100
>
> > Recent udev versions don't longer cover bad sysfs timing with built-in
> > logic. Explicit rules are required to do that. For net devices, the
> > following is needed:
> > ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
> > to handle access to net device properties from an event handler without
> > races.
> >
> > This patch changes the main net attributes to be created by the driver
> > core, which is done _before_ the event is sent out and will not require
> > the stat() loop of the WAIT_FOR_SYSFS key.
>
> Kay/Greg, this looks fine, feel free to merge it in.

Will do, I'll add it to my tree, thanks for looking at it.

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/