diff options
| author | Andrew Stormont <astormont@racktopsystems.com> | 2017-07-31 21:56:58 +0100 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2017-09-12 10:39:22 -0400 |
| commit | faeab80b5dcf1bc503f1f02494131eb0e6da46c3 (patch) | |
| tree | 34ac2981046b07e95f001a439d6d179ca09df894 /usr/src | |
| parent | 202ca9ae460faf1825ede303c46abd4e1f6cee28 (diff) | |
| download | illumos-joyent-faeab80b5dcf1bc503f1f02494131eb0e6da46c3.tar.gz | |
8649 SD_RESET_THROTTLE_TIMEOUT is defined twice
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/uts/common/sys/scsi/targets/sddef.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/src/uts/common/sys/scsi/targets/sddef.h b/usr/src/uts/common/sys/scsi/targets/sddef.h index 3a696a503e..0c5bb508c5 100644 --- a/usr/src/uts/common/sys/scsi/targets/sddef.h +++ b/usr/src/uts/common/sys/scsi/targets/sddef.h @@ -1746,12 +1746,6 @@ struct sd_fm_internal { #endif /* - * 60 seconds is what we will wait for to reset the - * throttle back to it SD_MAX_THROTTLE. - */ -#define SD_RESET_THROTTLE_TIMEOUT 60 - -/* * Number of times we'll retry a normal operation. * * This includes retries due to transport failure |
