scsi: clean obsolete return values of eh_timed_out
authorAvri Altman <avri.altman@wdc.com>
Sun, 17 Feb 2019 06:30:27 +0000 (08:30 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 26 Feb 2019 15:10:01 +0000 (10:10 -0500)
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>
include/scsi/scsi_host.h

index 4047d68d1b0881649361f572fb4f39d621f097eb..dbbdfbdb1a044997be85e899eaaa2f2a6cb28e02 100644 (file)
@@ -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
         */