aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/scsi
diff options
context:
space:
mode:
authorAvri Altman <avri.altman@wdc.com>2019-02-17 08:30:27 +0200
committerMartin K. Petersen <martin.petersen@oracle.com>2019-02-26 10:10:01 -0500
commit82c10ac79b79481f3246cb6d011da7a15776e762 (patch)
tree3cfbfae835d7953c50eb52baafb09e651e2aa48d /include/scsi
parentscsi: sd: Optimal I/O size should be a multiple of physical block size (diff)
downloadwireguard-linux-82c10ac79b79481f3246cb6d011da7a15776e762.tar.xz
wireguard-linux-82c10ac79b79481f3246cb6d011da7a15776e762.zip
scsi: clean obsolete return values of eh_timed_out
Those are no longer in use since commit 242f9dcb8ba6 ("block: unify request timeout handling"). Signed-off-by: Avri Altman <avri.altman@wdc.com> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/scsi_host.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index 4047d68d1b08..dbbdfbdb1a04 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -300,11 +300,7 @@ struct scsi_host_template {
/*
* This is an optional routine that allows the transport to become
* involved when a scsi io timer fires. The return value tells the
- * timer routine how to finish the io timeout handling:
- * EH_HANDLED: I fixed the error, please complete the command
- * EH_RESET_TIMER: I need more time, reset the timer and
- * begin counting again
- * EH_DONE: Begin normal error recovery
+ * timer routine how to finish the io timeout handling.
*
* Status: OPTIONAL
*/