* [PATCH] [SCSI] Create menu entry for the SCSI_WAIT_SCAN config variable
@ 2008-10-30 15:59 Dmitri Vorobiev
2008-10-30 19:17 ` Matthew Wilcox
0 siblings, 1 reply; 2+ messages in thread
From: Dmitri Vorobiev @ 2008-10-30 15:59 UTC (permalink / raw)
To: James.Bottomley, linux-scsi; +Cc: Dmitri Vorobiev
The scsi_wait_scan module lacks a menu entry and help text. The
patch adds those, and also makes the module disabled by default,
so that it is compiled only for those targets, which consciously
need it.
Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi>
---
drivers/scsi/Kconfig | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 403ecad..1adb52c 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -257,10 +257,18 @@ config SCSI_SCAN_ASYNC
or async on the kernel's command line.
config SCSI_WAIT_SCAN
- tristate
- default m
+ tristate "Waiter module for asyncronous SCSI scanning"
+ default n
depends on SCSI
depends on MODULES
+ help
+ This is a simple module to wait until all the async scans are
+ complete. The idea is to use it in initrd/initramfs scripts.
+ You modprobe it after all the modprobes of the root SCSI drivers
+ and it will wait until they have all finished scanning their
+ busses before allowing the boot to proceed.
+
+ If unsure, say N.
menu "SCSI Transports"
depends on SCSI
--
1.5.6.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] [SCSI] Create menu entry for the SCSI_WAIT_SCAN config variable
2008-10-30 15:59 [PATCH] [SCSI] Create menu entry for the SCSI_WAIT_SCAN config variable Dmitri Vorobiev
@ 2008-10-30 19:17 ` Matthew Wilcox
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Wilcox @ 2008-10-30 19:17 UTC (permalink / raw)
To: Dmitri Vorobiev; +Cc: James.Bottomley, linux-scsi
On Thu, Oct 30, 2008 at 05:59:51PM +0200, Dmitri Vorobiev wrote:
> The scsi_wait_scan module lacks a menu entry and help text. The
> patch adds those, and also makes the module disabled by default,
> so that it is compiled only for those targets, which consciously
> need it.
This is silly. There is no harm in compiling this module.
--
Matthew Wilcox Intel Open Source Technology Centre
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours. We can't possibly take such
a retrograde step."
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-30 19:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-30 15:59 [PATCH] [SCSI] Create menu entry for the SCSI_WAIT_SCAN config variable Dmitri Vorobiev
2008-10-30 19:17 ` Matthew Wilcox
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.