All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][BUGFIX] : Megaraid patch for 2.6 1/5
@ 2004-02-20  2:05 Paul Wagland
  2004-02-20  5:10 ` Jeff Garzik
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Wagland @ 2004-02-20  2:05 UTC (permalink / raw)
  To: Linux SCSI mailing list, Linux kernel mailing list
  Cc: akpm, torvalds, James.Bottomley, atulm

[-- Attachment #1: Type: text/plain, Size: 783 bytes --]

Hi all,

On Linux-SCSI over the last few days I have been discussing a couple of
problems with the 2.6.2 megaraid driver. This patch, originally
submitted by Christoph Hellwig, fixes the problem where the megaraid
driver could be removed, even though it was in use.

patch is attached and below.

diff --recursive --ignore-all-space --unified linux-2.6.2.o/drivers/scsi/megaraid.c linux-2.6.2.megaraid/drivers/scsi/megaraid.c
--- linux-2.6.2.o/drivers/scsi/megaraid.c	2004-02-09 22:56:09.000000000 +0100
+++ linux-2.6.2.megaraid/drivers/scsi/megaraid.c	2004-02-20 01:32:21.000000000 +0100
@@ -4614,6 +4614,7 @@
 }
 
 static struct scsi_host_template megaraid_template = {
+	.module				= THIS_MODULE,
 	.name				= "MegaRAID",
 	.proc_name			= "megaraid",
 	.info				= megaraid_info,


[-- Attachment #2: 1-megaraid.mod_owner.patch --]
[-- Type: text/x-patch, Size: 485 bytes --]

diff --recursive --ignore-all-space --unified linux-2.6.2.o/drivers/scsi/megaraid.c linux-2.6.2.megaraid/drivers/scsi/megaraid.c
--- linux-2.6.2.o/drivers/scsi/megaraid.c	2004-02-09 22:56:09.000000000 +0100
+++ linux-2.6.2.megaraid/drivers/scsi/megaraid.c	2004-02-20 01:32:21.000000000 +0100
@@ -4614,6 +4614,7 @@
 }
 
 static struct scsi_host_template megaraid_template = {
+	.module				= THIS_MODULE,
 	.name				= "MegaRAID",
 	.proc_name			= "megaraid",
 	.info				= megaraid_info,

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

end of thread, other threads:[~2004-02-20  8:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-20  2:05 [PATCH][BUGFIX] : Megaraid patch for 2.6 1/5 Paul Wagland
2004-02-20  5:10 ` Jeff Garzik
2004-02-20  8:55   ` Paul Wagland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.