[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.
This commit is contained in:
greg@kroah.com 2004-02-20 01:06:41 -08:00 committed by Greg KH
parent 9e5a552130
commit 286903679a
2 changed files with 0 additions and 8 deletions

3
TODO
View File

@ -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...)

View 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