klist: Fix object alignment on 64-bit.
[pandora-kernel.git] / include / scsi / scsi_device.h
index 50cb34f..85867dc 100644 (file)
@@ -148,6 +148,8 @@ struct scsi_device {
        unsigned retry_hwerror:1;       /* Retry HARDWARE_ERROR */
        unsigned last_sector_bug:1;     /* do not use multisector accesses on
                                           SD_LAST_BUGGY_SECTORS */
+       unsigned no_read_disc_info:1;   /* Avoid READ_DISC_INFO cmds */
+       unsigned no_read_capacity_16:1; /* Avoid READ_CAPACITY_16 cmds */
        unsigned is_visible:1;  /* is the device visible in sysfs */
 
        DECLARE_BITMAP(supported_events, SDEV_EVT_MAXBITS); /* supported events */