[PATCH] 2.5.42, cciss, set gendisk fops (2 of 7)

From: Stephen Cameron (steve.cameron@hp.com)
Date: Mon Oct 14 2002 - 16:07:51 EST


Patch 2 of 7
This patch sets the fops (IBM logical volume manager needs this, for one.)
Applies to 2.5.42.

diff -urN linux-2.5.42-b/drivers/block/cciss.c linux-2.5.42-c/drivers/block/cciss.c
--- linux-2.5.42-b/drivers/block/cciss.c Mon Oct 14 10:08:01 2002
+++ linux-2.5.42-c/drivers/block/cciss.c Mon Oct 14 10:19:07 2002
@@ -2448,6 +2448,7 @@
                 disk->major = MAJOR_NR + i;
                 disk->first_minor = j << NWD_SHIFT;
                 disk->minor_shift = NWD_SHIFT;
+ disk->fops = &cciss_fops;
                 if( !(drv->nr_blocks))
                         continue;
                 (BLK_DEFAULT_QUEUE(MAJOR_NR + i))->hardsect_size = drv->block_size;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:52 EST