![]() | |||||||||||||
Messages in this thread Patch in this message |
On Wed, 2004-04-07 at 02:10, Andrew Morton wrote: > It looks like Mr SCSI forgot to commit his changes to sr.h. Hmm, I seem to be having a lot of source control fiasco's recently. The attached is the missing header patch (which I've also put in scsi-misc-2.6) James ===== drivers/scsi/sr.h 1.10 vs edited ===== --- 1.10/drivers/scsi/sr.h Mon May 26 04:50:43 2003 +++ edited/drivers/scsi/sr.h Mon Apr 5 15:51:37 2004 @@ -36,6 +36,9 @@ unsigned readcd_known:1; /* drive supports READ_CD (0xbe) */ unsigned readcd_cdda:1; /* reading audio data using READ_CD */ struct cdrom_device_info cdi; + /* We hold gendisk and scsi_device references on probe and use + * the refs on this kobj to decide when to release them */ + struct kobject kobj; struct gendisk *disk; } Scsi_CD; - 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/ | ||||||||||||
| Last update: 2005-03-22 13:02 [from the cache] ©2003-2008 | |||||||||||||