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)
commit72c7e252ce926d2183c224d938a4f4ebd1229dbb
tree1aaaeb929608adb8844c3be94397ad3fde7dba66
parent72c326bdf415997f789ea58b1218096fc97bb11e
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]