From: greg@kroah.com Date: Fri, 20 Feb 2004 09:06:41 +0000 (-0800) Subject: [PATCH] remove udevd priority TODO item, as it's not needed at all. X-Git-Tag: 019~21 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=inline;h=286903679a6cd4cfa9f5e7eed49f0bb8f059109e;p=elogind.git [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. --- diff --git a/TODO b/TODO index a87f398a0..1a29adba0 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 3c39fc926..5a7bc6351 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