summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-02-20 01:06:41 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:29 -0700
commit286903679a6cd4cfa9f5e7eed49f0bb8f059109e (patch)
tree5e052f5d8cf70ee4905ce682608e88b3e1f13ffb
parent9e5a55213067422a6355b538d15b72de320d93bc (diff)
[PATCH] remove udevd priority TODO item, as it's not needed at all.
We want to be started by keventd, as that runs at a very fast priority.
-rw-r--r--TODO3
-rw-r--r--extras/start_udev5
2 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index a87f398a03..1a29adba0e 100644
--- a/TODO
+++ b/TODO
@@ -7,9 +7,6 @@ greg@kroah.com
- more documentation (can never have too much.)
-- have udevd move up to the "default" priority level if it is started by
- keventd (otherwise it runs at a _very_ low priority level.) Don't
- know if this is necessary, but it would be nice to do.
- install the proper init.d script based on the distro we are running on.
- persuade the distro packagers to submit their changes (or just steal them
if we can find them...)
diff --git a/extras/start_udev b/extras/start_udev
index 3c39fc9260..5a7bc63515 100644
--- a/extras/start_udev
+++ b/extras/start_udev
@@ -84,11 +84,6 @@ fi
echo "mounting... ramfs at $udev_root"
mount -n -t ramfs none $udev_root
-# We want to start udevd ourselves if it isn't already running. This
-# lets udevd run at a sane nice level...
-echo "starting udevd"
-$udevd &
-
# propogate /udev from /sys
export ACTION=add
export UDEV_NO_SLEEP=1