[PATCH] 2.5.42, cciss, zero cylinders (4 of 7)

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


patch 4 of 7
zero out cylinders too when zeroing disk info.
applies to 2.5.42

diff -urN linux-2.5.42-d/drivers/block/cciss.c linux-2.5.42-e/drivers/block/cciss.c
--- linux-2.5.42-d/drivers/block/cciss.c Mon Oct 14 10:28:19 2002
+++ linux-2.5.42-e/drivers/block/cciss.c Mon Oct 14 11:06:29 2002
@@ -810,6 +810,7 @@
         /* zero out the disk size info */
         h->drv[logvol].nr_blocks = 0;
         h->drv[logvol].block_size = 0;
+ h->drv[logvol].cylinders = 0;
         h->drv[logvol].LunID = 0;
         return(0);
 }
-
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