Merge Linus' tree to be be to apply submitted patches to newer code than
[cascardo/linux.git] / include / scsi / scsi_host.h
index ba20347..00859c2 100644 (file)
@@ -555,7 +555,7 @@ struct Scsi_Host {
         * __devices is protected by the host_lock, but you should
         * usually use scsi_device_lookup / shost_for_each_device
         * to access it and don't care about locking yourself.
-        * In the rare case of beeing in irq context you can use
+        * In the rare case of being in irq context you can use
         * their __ prefixed variants with the lock held. NEVER
         * access this list directly from a driver.
         */
@@ -606,7 +606,7 @@ struct Scsi_Host {
        /*
         * These three parameters can be used to allow for wide scsi,
         * and for host adapters that support multiple busses
-        * The first two should be set to 1 more than the actual max id
+        * The last two should be set to 1 more than the actual max id
         * or lun (e.g. 8 for SCSI parallel systems).
         */
        unsigned int max_channel;
@@ -680,6 +680,7 @@ struct Scsi_Host {
        unsigned no_write_same:1;
 
        unsigned use_blk_mq:1;
+       unsigned use_cmd_list:1;
 
        /*
         * Optional work queue to be utilized by the transport
@@ -692,6 +693,9 @@ struct Scsi_Host {
         */
        struct workqueue_struct *tmf_work_q;
 
+       /* The transport requires the LUN bits NOT to be stored in CDB[1] */
+       unsigned no_scsi2_lun_in_cdb:1;
+
        /*
         * Value host_blocked counts down from
         */