public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ipr: Disable async aborts
@ 2014-10-27 14:37 Brian King
  2014-10-27 14:50 ` James Bottomley
  0 siblings, 1 reply; 6+ messages in thread
From: Brian King @ 2014-10-27 14:37 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi, wenxiong, brking


The ipr driver does not yet support async aborts, so disable this
for now.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
---

 drivers/scsi/ipr.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/scsi/ipr.c~ipr_no_async_eh drivers/scsi/ipr.c
--- linux/drivers/scsi/ipr.c~ipr_no_async_eh	2014-10-24 08:57:53.169169509 -0500
+++ linux-bjking1/drivers/scsi/ipr.c	2014-10-24 08:57:53.175169579 -0500
@@ -6357,6 +6357,7 @@ static struct scsi_host_template driver_
 	.sdev_attrs = ipr_dev_attrs,
 	.proc_name = IPR_NAME,
 	.no_write_same = 1,
+	.no_async_abort = 1,
 };
 
 /**
_


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

end of thread, other threads:[~2014-10-30  8:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-27 14:37 [PATCH 1/2] ipr: Disable async aborts Brian King
2014-10-27 14:50 ` James Bottomley
2014-10-28  8:47   ` Christoph Hellwig
2014-10-29 21:16     ` Brian King
2014-10-30  8:17       ` Christoph Hellwig
2014-10-28 13:58   ` Brian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox