base/init: removed scsi_wait_scan hack
authorHarald Hoyer <harald@redhat.com>
Fri, 5 Nov 2010 18:14:34 +0000 (14:14 -0400)
committerHarald Hoyer <harald@redhat.com>
Fri, 5 Nov 2010 18:14:34 +0000 (14:14 -0400)
modules.d/99base/init

index b08395b..1a1a0e5 100755 (executable)
@@ -187,18 +187,6 @@ while :; do
 
     $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue
 
-    modprobe scsi_wait_scan && rmmod scsi_wait_scan
-
-    $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue
-
-    for job in /initqueue-settled/*.sh; do
-        [ -e "$job" ] || break
-        job=$job . $job
-        check_finished && break 2
-    done
-
-    $UDEV_QUEUE_EMPTY >/dev/null 2>&1 || continue
-
     # no more udev jobs and queues empty.
     sleep 0.5