fix hotplug2 event processing deadlock
authorFelix Fietkau <nbd@openwrt.org>
Wed, 30 Jul 2008 19:02:01 +0000 (19:02 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 30 Jul 2008 19:02:01 +0000 (19:02 +0000)
commitc5ecc1790a8c41671118745c1fe35dcd31e78a23
treed3219c7df8d6619d71242ea3a3372a6c63f6e2f4
parent79aebec9e0b6c1cf84de2b43a9c674b6741e6465
fix hotplug2 event processing deadlock

when bringing up ethernet on ixp4xx, the driver may request
a firmware while hotplug2 waits for the netdev bringup to complete.
change the event processing loop to keep an event backlog to allow
unthrottled events to pass through while throttled events are being waited for

SVN-Revision: 12019
package/hotplug2/patches/120-throttling.patch [new file with mode: 0644]