chiark / gitweb /
[PATCH] remove udevd priority TODO item, as it's not needed at all.
authorgreg@kroah.com <greg@kroah.com>
Fri, 20 Feb 2004 09:06:41 +0000 (01:06 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:32:29 +0000 (21:32 -0700)
We want to be started by keventd, as that runs at a very fast priority.

TODO
extras/start_udev

diff --git a/TODO b/TODO
index a87f398a03def6fadd2e67c7ad4611a61c5e9269..1a29adba0eeccbd4b6db806530a9f83fd1ec401f 100644 (file)
--- 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...)
index 3c39fc92604d9ca8ec97f829e85d25f190a63de3..5a7bc63515f769ebead6d3ba0bad028820b5f9ca 100644 (file)
@@ -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