diff options
Diffstat (limited to 'include/linux/blk-mq.h')
-rw-r--r-- | include/linux/blk-mq.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h index 674641527da7..4ae987c2352c 100644 --- a/include/linux/blk-mq.h +++ b/include/linux/blk-mq.h | |||
@@ -35,7 +35,7 @@ struct blk_mq_hw_ctx { | |||
35 | struct blk_mq_ctx **ctxs; | 35 | struct blk_mq_ctx **ctxs; |
36 | unsigned int nr_ctx; | 36 | unsigned int nr_ctx; |
37 | 37 | ||
38 | wait_queue_entry_t dispatch_wait; | 38 | wait_queue_entry_t dispatch_wait; |
39 | atomic_t wait_index; | 39 | atomic_t wait_index; |
40 | 40 | ||
41 | struct blk_mq_tags *tags; | 41 | struct blk_mq_tags *tags; |
@@ -181,8 +181,7 @@ enum { | |||
181 | BLK_MQ_S_STOPPED = 0, | 181 | BLK_MQ_S_STOPPED = 0, |
182 | BLK_MQ_S_TAG_ACTIVE = 1, | 182 | BLK_MQ_S_TAG_ACTIVE = 1, |
183 | BLK_MQ_S_SCHED_RESTART = 2, | 183 | BLK_MQ_S_SCHED_RESTART = 2, |
184 | BLK_MQ_S_TAG_WAITING = 3, | 184 | BLK_MQ_S_START_ON_RUN = 3, |
185 | BLK_MQ_S_START_ON_RUN = 4, | ||
186 | 185 | ||
187 | BLK_MQ_MAX_DEPTH = 10240, | 186 | BLK_MQ_MAX_DEPTH = 10240, |
188 | 187 | ||