Messages in this thread Patch in this message |  | | Subject | linux-2.3.3: Duplicate init_waitqueue_head() in drivers/block/ide.c | Date | Thu, 20 May 1999 00:15:27 -0400 | From | Horst von Brand <> |
| |
As the subject says: Seems that two people fixed the same bug, and both patches went in. So I'll back out mine:
--- linux/drivers/block/ide.c.dist-2.3.3 Tue May 18 06:44:40 1999 +++ linux/drivers/block/ide.c Wed May 19 21:48:33 1999 @@ -230,7 +230,6 @@ drive->media = ide_disk; drive->select.all = (unit<<4)|0xa0; drive->hwif = hwif; - init_waitqueue_head(&drive->wqueue); drive->ctl = 0x08; drive->ready_stat = READY_STAT; drive->bad_wstat = BAD_W_STAT; -- Horst von Brand vonbrand@sleipnir.valparaiso.cl Casilla 9G, Viña del Mar, Chile +56 32 672616 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
|  |