aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/scsi_host.h')
-rw-r--r--include/scsi/scsi_host.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index 4e418fb539f8..12f454cb6f61 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -437,6 +437,9 @@ struct scsi_host_template {
437 /* True if the controller does not support WRITE SAME */ 437 /* True if the controller does not support WRITE SAME */
438 unsigned no_write_same:1; 438 unsigned no_write_same:1;
439 439
440 /* True if the low-level driver supports blk-mq only */
441 unsigned force_blk_mq:1;
442
440 /* 443 /*
441 * Countdown for host blocking with no commands outstanding. 444 * Countdown for host blocking with no commands outstanding.
442 */ 445 */
@@ -553,8 +556,6 @@ struct Scsi_Host {
553 struct blk_mq_tag_set tag_set; 556 struct blk_mq_tag_set tag_set;
554 }; 557 };
555 558
556 struct rcu_head rcu;
557
558 atomic_t host_busy; /* commands actually active on low-level */ 559 atomic_t host_busy; /* commands actually active on low-level */
559 atomic_t host_blocked; 560 atomic_t host_blocked;
560 561