Re: [PATCH] SCSI: Let users disable SCSI_WAIT_SCAN to be built

2007-05-17 Thread Satyam Sharma
On 5/17/07, James Bottomley <[EMAIL PROTECTED]> wrote: [...] Please don't bother ... I really want a more considered way of fixing this. If everyone decides the best way is exposing this to the user, then this is the way to do it ... however, I still don't consider this argument made out yet.

Re: [PATCH] SCSI: Let users disable SCSI_WAIT_SCAN to be built

2007-05-17 Thread James Bottomley
On Wed, 2007-05-16 at 16:43 +0200, Stefan Richter wrote: > I wrote: > > --- linux-2.6.22-rc1.orig/drivers/scsi/Kconfig > > +++ linux-2.6.22-rc1/drivers/scsi/Kconfig > > @@ -241,11 +241,19 @@ config SCSI_SCAN_ASYNC > > You can override this choice by specifying "scsi_mod.scan=sync" > > o

Re: [PATCH] SCSI: Let users disable SCSI_WAIT_SCAN to be built

2007-05-16 Thread Stefan Richter
I wrote: > --- linux-2.6.22-rc1.orig/drivers/scsi/Kconfig > +++ linux-2.6.22-rc1/drivers/scsi/Kconfig > @@ -241,11 +241,19 @@ config SCSI_SCAN_ASYNC > You can override this choice by specifying "scsi_mod.scan=sync" > or async on the kernel's command line. > > -config SCSI_WAIT_SCA

[PATCH] SCSI: Let users disable SCSI_WAIT_SCAN to be built

2007-05-15 Thread Stefan Richter
Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> --- drivers/scsi/Kconfig | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) Index: linux-2.6.22-rc1/drivers/scsi/Kconfig === --- linux-2.6.22-rc1.orig/drivers/scs