chiark / gitweb /
udevd: remove max_childs_running logic
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 9 Sep 2008 13:14:38 +0000 (15:14 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 9 Sep 2008 13:14:38 +0000 (15:14 +0200)
commit3bc7c84cf07eae90aee2a0972a4441652e4d38f6
treecc7bd4cf3fde2bd021e499e75cbbe8569781a6dd
parentbd770e018301edd34c53d276872865ca13e824fa
udevd: remove max_childs_running logic

This was needed in the old days, where all the hotplug scripts did
nothing better than sleep for seconds to work around timing issues.
It made sure, that w continued to fork processes, while the machine
was doing nothing than sleeping, but the maximim number of childs
was already reached. This is no longer needed today, we do not run
many of these scripts anymore.
udev/lib/libudev-ctrl.c
udev/lib/libudev-private.h
udev/udevadm-control.c
udev/udevadm.xml
udev/udevd.c