X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=include%2Fscsi%2Fscsi_host.h;h=fcfa3d7f5e7e38f1bffcf50495730f24bb9e6b2b;hb=be9e2f775f5a3147205c552534c3abf0f9374a13;hp=e113c757d555ef097954a4b41137f4d4b5a8f4e1;hpb=9b305632cb220ffa495cbbefb313f3c34d4decc4;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index e113c757d555..fcfa3d7f5e7e 100644 --- a/include/scsi/scsi_host.h +++ b/include/scsi/scsi_host.h @@ -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 */