* [PATCH] missing gendisk initialization in cciss.c (Linux-2.2.20)
@ 2001-12-02 18:16 Andreas Haumer
0 siblings, 0 replies; only message in thread
From: Andreas Haumer @ 2001-12-02 18:16 UTC (permalink / raw)
To: arrays; +Cc: linux-kernel
Hi!
The following patch adds code to initialize gendisk.fops
in cciss.c. It's needed to avoid a kernel warning message
when using devfs with the Compaq RAID Controller.
--- linux-2.2.20/drivers/block/cciss.c Fri Nov 2 17:39:06 2001
+++ linux/drivers/block/cciss.c Sun Dec 2 19:04:20 2001
@@ -1901,6 +1901,7 @@
hba[i]->gendisk.max_p = MAX_PART;
hba[i]->gendisk.max_nr = NWD;
hba[i]->gendisk.init = cciss_geninit;
+ hba[i]->gendisk.fops = &cciss_fops;
hba[i]->gendisk.part = hba[i]->hd;
hba[i]->gendisk.sizes = hba[i]->sizes;
hba[i]->gendisk.nr_real = hba[i]->num_luns;
HTH
- andreas
--
Andreas Haumer | mailto:andreas@xss.co.at
*x Software + Systeme | http://www.xss.co.at/
Karmarschgasse 51/2/20 | Tel: +43-1-6060114-0
A-1100 Vienna, Austria | Fax: +43-1-6060114-71
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-12-02 18:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-02 18:16 [PATCH] missing gendisk initialization in cciss.c (Linux-2.2.20) Andreas Haumer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®