diff options
author | James Smart <James.Smart@Emulex.Com> | 2006-05-16 16:13:36 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-06-27 11:53:55 -0400 |
commit | 1c9e16e47a22c61d99aabb1c154e5106ddbf3575 (patch) | |
tree | 174f537f7048f0eec7c1591dc17b440312c091a9 /drivers/scsi/scsi_priv.h | |
parent | a0785edff7b316cad566bdc369d3d034c4c1a39c (diff) |
[SCSI] update max sdev block limit
Updated patch to address comments from Pat Mansfield and Michael Reed:
Bumped max to 600 (10mins). Set default dev_loss_tmo to a value other
than the max (30s).
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi_priv.h')
-rw-r--r-- | drivers/scsi/scsi_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_priv.h b/drivers/scsi/scsi_priv.h index a1727a0e1bdd..117c2336f333 100644 --- a/drivers/scsi/scsi_priv.h +++ b/drivers/scsi/scsi_priv.h | |||
@@ -117,7 +117,7 @@ extern struct bus_type scsi_bus_type; | |||
117 | * classes. | 117 | * classes. |
118 | */ | 118 | */ |
119 | 119 | ||
120 | #define SCSI_DEVICE_BLOCK_MAX_TIMEOUT (HZ*60) | 120 | #define SCSI_DEVICE_BLOCK_MAX_TIMEOUT 600 /* units in seconds */ |
121 | extern int scsi_internal_device_block(struct scsi_device *sdev); | 121 | extern int scsi_internal_device_block(struct scsi_device *sdev); |
122 | extern int scsi_internal_device_unblock(struct scsi_device *sdev); | 122 | extern int scsi_internal_device_unblock(struct scsi_device *sdev); |
123 | 123 | ||