David Brownell wrote:
> - Changing /sbin/hotplug invocations ... now it can
> only support "add" and "del" events. (USB now
> uses "add" and "remove", though "remove" doesn't
> try to do anything yet.)
>
> This removes the intended flexibility whereby
> different subsystems (such as networking) can
> define their own events.
Wrong. Different subsystems -do- define their own events. However,
different subsystems should use the same verbs for the same actions. We
need consistency where possible.
> - "/sbin/hotplug net ..." replaced by "/sbin/network",
> with two custom event types.
Hotplug device insertion and network interface addition/removal are two
fundamentally different things. Further, my code purposefully does not
wrap CONFIG_HOTPLUG around the /sbin/network code, because /sbin/network
has utility outside the domain of hotplug.
Jeff
--
Jeff Garzik | Dinner is ready when
Building 1024 | the smoke alarm goes off.
MandrakeSoft | -/usr/games/fortune
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/