[patch] 2.4.10-pre13: put_gendisk compile error

Eyal Lebedinsky (eyal@eyal.emu.id.au)
Fri, 21 Sep 2001 22:52:32 +1000


This is a multi-part message in MIME format.
--------------4987CA0C123D81AA453EB0E0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

It should be removed from the offending programs. Same as pre12.

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.anu.edu.au/eyal/>
--------------4987CA0C123D81AA453EB0E0
Content-Type: text/plain; charset=us-ascii;
 name="2.4.10-pre13-ideraid.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="2.4.10-pre13-ideraid.patch"

--- linux/drivers/ide/hptraid.c Wed Sep 19 22:01:42 2001 +++ linux-2.4-ac/drivers/ide/hptraid.c Wed Sep 19 08:24:40 2001 @@ -314,7 +314,6 @@ if (gd!=NULL) { for (j=1+(minor<<gd->minor_shift);j<((minor+1)<<gd->minor_shift);j++) gd->part[j].nr_sects=0; - put_gendisk(gd); } } raid[device].disk[i].device = MKDEV(major,minor); --- linux/drivers/ide/pdcraid.c Wed Sep 19 22:01:42 2001 +++ linux-2.4-ac/drivers/ide/pdcraid.c Wed Sep 19 08:24:40 2001 @@ -321,7 +321,6 @@ if (gd!=NULL) { for (j=1+(minor<<gd->minor_shift);j<((minor+1)<<gd->minor_shift);j++) gd->part[j].nr_sects=0; - put_gendisk(gd); } } raid[device].disk[i].device = MKDEV(major,minor);

--------------4987CA0C123D81AA453EB0E0--

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