2019-02-17 08:33:05

by Avri Altman

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
include/scsi/scsi_host.h | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index 4047d68..dbbdfbd 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
*/
--
1.9.1



2019-02-20 00:46:20

by Bart Van Assche

[permalink] [raw]
Subject: Re: [PATCH] scsi: clean obsolete return values of eh_timed_out

On Sun, 2019-02-17 at 08:30 +-0200, Avri Altman wrote:
+AD4 Those are no longer in use since commit 242f9dcb8ba6
+AD4 (+ACI-block: unify request timeout handling+ACI).

Reviewed-by: Bart Van Assche +ADw-bvanassche+AEA-acm.org+AD4



2019-02-26 15:11:35

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH] scsi: clean obsolete return values of eh_timed_out


Avri,

> Those are no longer in use since commit 242f9dcb8ba6
> ("block: unify request timeout handling").

Applied to 5.1/scsi-queue. Thanks!

--
Martin K. Petersen Oracle Linux Engineering