diff options
author | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:55:21 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:55:21 -0400 |
commit | bbb20089a3275a19e475dbc21320c3742e3ca423 (patch) | |
tree | 216fdc1cbef450ca688135c5b8969169482d9a48 /drivers/scsi/scsi_scan.c | |
parent | 3e48e656903e9fd8bc805c6a2c4264d7808d315b (diff) | |
parent | 657a77fa7284d8ae28dfa48f1dc5d919bf5b2843 (diff) |
Merge branch 'dmaengine' into async-tx-next
Conflicts:
crypto/async_tx/async_xor.c
drivers/dma/ioat/dma_v2.h
drivers/dma/ioat/pci.c
drivers/md/raid5.c
Diffstat (limited to 'drivers/scsi/scsi_scan.c')
-rw-r--r-- | drivers/scsi/scsi_scan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c index e2b50d8f57a8..c44783801402 100644 --- a/drivers/scsi/scsi_scan.c +++ b/drivers/scsi/scsi_scan.c | |||
@@ -115,12 +115,12 @@ MODULE_PARM_DESC(max_report_luns, | |||
115 | "REPORT LUNS maximum number of LUNS received (should be" | 115 | "REPORT LUNS maximum number of LUNS received (should be" |
116 | " between 1 and 16384)"); | 116 | " between 1 and 16384)"); |
117 | 117 | ||
118 | static unsigned int scsi_inq_timeout = SCSI_TIMEOUT/HZ+3; | 118 | static unsigned int scsi_inq_timeout = SCSI_TIMEOUT/HZ + 18; |
119 | 119 | ||
120 | module_param_named(inq_timeout, scsi_inq_timeout, uint, S_IRUGO|S_IWUSR); | 120 | module_param_named(inq_timeout, scsi_inq_timeout, uint, S_IRUGO|S_IWUSR); |
121 | MODULE_PARM_DESC(inq_timeout, | 121 | MODULE_PARM_DESC(inq_timeout, |
122 | "Timeout (in seconds) waiting for devices to answer INQUIRY." | 122 | "Timeout (in seconds) waiting for devices to answer INQUIRY." |
123 | " Default is 5. Some non-compliant devices need more."); | 123 | " Default is 20. Some devices may need more; most need less."); |
124 | 124 | ||
125 | /* This lock protects only this list */ | 125 | /* This lock protects only this list */ |
126 | static DEFINE_SPINLOCK(async_scan_lock); | 126 | static DEFINE_SPINLOCK(async_scan_lock); |