Merge branch 'upstream-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[deliverable/linux.git] / include / scsi / scsi_device.h
index e8c2433ad8a8085f5e2d186df5a592499d9e929a..85867dcde3352ed32fad6389425da74773f204a0 100644 (file)
@@ -149,6 +149,7 @@ struct scsi_device {
        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 */
This page took 0.024035 seconds and 5 git commands to generate.