public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: linux-scsi@vger.kernel.org, markh@osdl.org
Subject: PATCH: fix crashes with aacraid
Date: Mon, 27 Dec 2004 14:43:37 +0000	[thread overview]
Message-ID: <1104158617.20952.51.camel@localhost.localdomain> (raw)

Is this change still needed for 2.6.10  Mark ?

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.10/drivers/scsi/aacraid/commsup.c linux-2.6.10/drivers/scsi/aacraid/commsup.c
--- linux.vanilla-2.6.10/drivers/scsi/aacraid/commsup.c	2004-12-25 21:14:35.000000000 +0000
+++ linux-2.6.10/drivers/scsi/aacraid/commsup.c	2004-12-26 18:53:37.261691936 +0000
@@ -781,6 +781,7 @@
 static void aac_handle_aif(struct aac_dev * dev, struct fib * fibptr)
 {
 	struct hw_fib * hw_fib = fibptr->hw_fib;
+#if 0	
 	/*
 	 * Set the status of this FIB to be Invalid parameter.
 	 *
@@ -788,6 +789,8 @@
 	 */
 	*(u32 *)hw_fib->data = cpu_to_le32(ST_OK);
 	fib_adapter_complete(fibptr, sizeof(u32));
+	/* This will be done on our return */
+#endif
 }
 
 /**


             reply	other threads:[~2004-12-27 15:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-27 14:43 Alan Cox [this message]
2005-01-03 17:05 ` PATCH: fix crashes with aacraid Mark Haverkamp
2005-01-03 18:43   ` Alan Cox
2005-01-03 20:32     ` Mark Haverkamp
2005-01-03 20:52       ` James Bottomley
2005-01-03 21:04         ` Mark Haverkamp
2005-01-03 21:18           ` James Bottomley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1104158617.20952.51.camel@localhost.localdomain \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=linux-scsi@vger.kernel.org \
    --cc=markh@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox