public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH: fix crashes with aacraid
@ 2004-12-27 14:43 Alan Cox
  2005-01-03 17:05 ` Mark Haverkamp
  0 siblings, 1 reply; 7+ messages in thread
From: Alan Cox @ 2004-12-27 14:43 UTC (permalink / raw)
  To: linux-scsi, markh

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
 }
 
 /**


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

end of thread, other threads:[~2005-01-03 21:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-27 14:43 PATCH: fix crashes with aacraid Alan Cox
2005-01-03 17:05 ` 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

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