diff options
Diffstat (limited to 'kernel/include/scsi/scsi_host.h')
-rw-r--r-- | kernel/include/scsi/scsi_host.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/kernel/include/scsi/scsi_host.h b/kernel/include/scsi/scsi_host.h index e113c757d..fcfa3d7f5 100644 --- a/kernel/include/scsi/scsi_host.h +++ b/kernel/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 */ |