summaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_host.h
diff options
context:
space:
mode:
authorJames Bottomley2015-12-03 18:32:33 +0100
committerJames Bottomley2015-12-03 18:32:33 +0100
commitbe9e2f775f5a3147205c552534c3abf0f9374a13 (patch)
tree9c10584796d73f80295d9c238a089f12621db316 /include/scsi/scsi_host.h
parentRevert "scsi: Fix a bdi reregistration race" (diff)
parentmpt3sas: fix Kconfig dependency problem for mpt2sas back compatibility (diff)
downloadkernel-qcow2-linux-be9e2f775f5a3147205c552534c3abf0f9374a13.tar.gz
kernel-qcow2-linux-be9e2f775f5a3147205c552534c3abf0f9374a13.tar.xz
kernel-qcow2-linux-be9e2f775f5a3147205c552534c3abf0f9374a13.zip
Merge branch 'mkp-fixes' into fixes
Diffstat (limited to 'include/scsi/scsi_host.h')
-rw-r--r--include/scsi/scsi_host.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index ed527121031d..fcfa3d7f5e7e 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -668,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
*/