linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bnx2fc: Set no_async_abort to 1 in SCSI host template.
@ 2014-08-05 19:45 Chad Dupuis
  2014-08-05 20:38 ` Venkatesh Srinivas
  0 siblings, 1 reply; 6+ messages in thread
From: Chad Dupuis @ 2014-08-05 19:45 UTC (permalink / raw)
  To: linux-scsi, hch; +Cc: giridhar.malavali

Set this to 1 for now as we've observed crashes when this is set to the default
value of 0.

Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
---
 drivers/scsi/bnx2fc/bnx2fc_fcoe.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
index 785d0d7..4882ad6 100644
--- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
+++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
@@ -2789,6 +2789,7 @@ static struct scsi_host_template bnx2fc_shost_template = {
 	.use_clustering		= ENABLE_CLUSTERING,
 	.sg_tablesize		= BNX2FC_MAX_BDS_PER_CMD,
 	.max_sectors		= 1024,
+	.no_async_abort         = 1,
 };
 
 static struct libfc_function_template bnx2fc_libfc_fcn_templ = {
-- 
1.7.1


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

end of thread, other threads:[~2014-08-07  6:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05 19:45 [PATCH] bnx2fc: Set no_async_abort to 1 in SCSI host template Chad Dupuis
2014-08-05 20:38 ` Venkatesh Srinivas
2014-08-05 21:02   ` Chad Dupuis
2014-08-06 19:17     ` Christoph Hellwig
2014-08-06 20:01       ` Chad Dupuis
2014-08-07  6:43         ` Christoph Hellwig

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).