OSDN Git Service

Merge branch 'mkp-fixes' into fixes
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / include / scsi / scsi_host.h
index e113c75..fcfa3d7 100644 (file)
@@ -406,11 +406,6 @@ struct scsi_host_template {
        int tag_alloc_policy;
 
        /*
-        * Let the block layer assigns tags to all commands.
-        */
-       unsigned use_blk_tags:1;
-
-       /*
         * Track QUEUE_FULL events and reduce queue depth on demand.
         */
        unsigned track_queue_depth:1;
@@ -673,6 +668,9 @@ struct Scsi_Host {
        unsigned use_blk_mq:1;
        unsigned use_cmd_list:1;
 
+       /* Host responded with short (<36 bytes) INQUIRY result */
+       unsigned short_inquiry:1;
+
        /*
         * Optional work queue to be utilized by the transport
         */