diff options
author | Andreas Herrmann <aherrman@de.ibm.com> | 2006-02-11 01:41:50 +0100 |
---|---|---|
committer | <jejb@mulgrave.il.steeleye.com> | 2006-02-12 11:11:58 -0600 |
commit | 2f8f3ed5fc566700cf45d422f4cf1624bd123d93 (patch) | |
tree | b319da619c080aa27f00afa9105c526157fc4a87 /drivers/s390/scsi/zfcp_def.h | |
parent | c8024eb549f0c701e6d1c46c32e997f06f05d76d (diff) | |
download | blackbird-op-linux-2f8f3ed5fc566700cf45d422f4cf1624bd123d93.tar.gz blackbird-op-linux-2f8f3ed5fc566700cf45d422f4cf1624bd123d93.zip |
[SCSI] zfcp: fix adapter erp when link is unplugged
Remove endless polling for replug of the local link. Just wait for
link up notification.
Signed-off-by: Andreas Herrmann <aherrman@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_def.h')
-rw-r--r-- | drivers/s390/scsi/zfcp_def.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/s390/scsi/zfcp_def.h b/drivers/s390/scsi/zfcp_def.h index 7dac56c49ade..f031199c7414 100644 --- a/drivers/s390/scsi/zfcp_def.h +++ b/drivers/s390/scsi/zfcp_def.h @@ -152,11 +152,6 @@ typedef u32 scsi_lun_t; #define ZFCP_EXCHANGE_CONFIG_DATA_FIRST_SLEEP 100 #define ZFCP_EXCHANGE_CONFIG_DATA_RETRIES 7 -/* Retry 5 times every 2 second, then every minute */ -#define ZFCP_EXCHANGE_PORT_DATA_SHORT_RETRIES 5 -#define ZFCP_EXCHANGE_PORT_DATA_SHORT_SLEEP 200 -#define ZFCP_EXCHANGE_PORT_DATA_LONG_SLEEP 6000 - /* timeout value for "default timer" for fsf requests */ #define ZFCP_FSF_REQUEST_TIMEOUT (60*HZ); |