On Tue, 2006-06-06 at 11:31 -0400, Alan Stern wrote: > This patch (as695) changes the scsi_test_unit_ready() routine in the > SCSI > core to set a new flag when no medium is present. The sd driver is > changed to use this new flag for reporting -ENOMEDIUM in from the > sd_media_changed method. This would appear to be duplicating the struct scsi_disk media_present flag. Moving the media_present flag from scsi_disk to scsi_device may make a bit of sense long term ... however, there's also dupication with the sr driver and the cdrom layer now (that stores media change at the cdrom level), so is there an argument why it's better in scsi_device than scsi_disk? James - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html