diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-10-14 20:36:07 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:02:44 -0700 |
commit | 707680b1cf08369da365de1a5e06089621ff8c77 (patch) | |
tree | 8ef5a035208acb8292102f4f61e078d0aac318cf /udev.8.in | |
parent | 32935a50ea9d0f97f9416da1512c11a346888d28 (diff) |
[PATCH] remove sleeps from udev as it is external now
Here we remove all the sysfs sleep loops from udev as wait_for_sysfs
will do this for us and any other hotplug user. We still keep a small
blacklist of subsystems we don't care about but any missing entry here
will no longer lead to a spinning udev waiting for files.
Diffstat (limited to 'udev.8.in')
-rw-r--r-- | udev.8.in | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -20,13 +20,6 @@ Overrides the default location of the .B udev config file. .TP -.B UDEV_NO_SLEEP -The default behavior of -.B udev -is to wait until all the sysfs files of the device chain are populated. If set, -.B udev -will continue, regardless of the state of the device representation. -.TP .B UDEV_NO_DEVD The default behavior of .B udev |