aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sr.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/sr.h')
-rw-r--r--drivers/scsi/sr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/sr.h b/drivers/scsi/sr.h
index d65de9621b27..0d04e2878c9d 100644
--- a/drivers/scsi/sr.h
+++ b/drivers/scsi/sr.h
@@ -37,6 +37,7 @@ typedef struct scsi_cd {
37 unsigned xa_flag:1; /* CD has XA sectors ? */ 37 unsigned xa_flag:1; /* CD has XA sectors ? */
38 unsigned readcd_known:1; /* drive supports READ_CD (0xbe) */ 38 unsigned readcd_known:1; /* drive supports READ_CD (0xbe) */
39 unsigned readcd_cdda:1; /* reading audio data using READ_CD */ 39 unsigned readcd_cdda:1; /* reading audio data using READ_CD */
40 unsigned previous_state:1; /* media has changed */
40 struct cdrom_device_info cdi; 41 struct cdrom_device_info cdi;
41 /* We hold gendisk and scsi_device references on probe and use 42 /* We hold gendisk and scsi_device references on probe and use
42 * the refs on this kref to decide when to release them */ 43 * the refs on this kref to decide when to release them */