linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: clean obsolete return values of eh_timed_out
@ 2019-02-17  6:30 Avri Altman
  2019-02-20  0:45 ` Bart Van Assche
  2019-02-26 15:10 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Avri Altman @ 2019-02-17  6:30 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel
  Cc: Avi Shchislowski, Alex Lemberg, Avri Altman

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

Signed-off-by: Avri Altman <avri.altman@wdc.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi: clean obsolete return values of eh_timed_out
  2019-02-17  6:30 [PATCH] scsi: clean obsolete return values of eh_timed_out Avri Altman
@ 2019-02-20  0:45 ` Bart Van Assche
  2019-02-26 15:10 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Bart Van Assche @ 2019-02-20  0:45 UTC (permalink / raw)
  To: Avri Altman, James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel
  Cc: Avi Shchislowski, Alex Lemberg

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

Reviewed-by: Bart Van Assche <bvanassche@acm.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi: clean obsolete return values of eh_timed_out
  2019-02-17  6:30 [PATCH] scsi: clean obsolete return values of eh_timed_out Avri Altman
  2019-02-20  0:45 ` Bart Van Assche
@ 2019-02-26 15:10 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2019-02-26 15:10 UTC (permalink / raw)
  To: Avri Altman
  Cc: James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel, Avi Shchislowski, Alex Lemberg


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-26 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-17  6:30 [PATCH] scsi: clean obsolete return values of eh_timed_out Avri Altman
2019-02-20  0:45 ` Bart Van Assche
2019-02-26 15:10 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).