diff options
Diffstat (limited to 'include/linux/blk-mq.h')
-rw-r--r-- | include/linux/blk-mq.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h index 95c9a5c862e2..8efcf49796a3 100644 --- a/include/linux/blk-mq.h +++ b/include/linux/blk-mq.h | |||
@@ -51,6 +51,7 @@ struct blk_mq_hw_ctx { | |||
51 | unsigned int queue_num; | 51 | unsigned int queue_num; |
52 | 52 | ||
53 | atomic_t nr_active; | 53 | atomic_t nr_active; |
54 | unsigned int nr_expired; | ||
54 | 55 | ||
55 | struct hlist_node cpuhp_dead; | 56 | struct hlist_node cpuhp_dead; |
56 | struct kobject kobj; | 57 | struct kobject kobj; |
@@ -65,7 +66,7 @@ struct blk_mq_hw_ctx { | |||
65 | #endif | 66 | #endif |
66 | 67 | ||
67 | /* Must be the last member - see also blk_mq_hw_ctx_size(). */ | 68 | /* Must be the last member - see also blk_mq_hw_ctx_size(). */ |
68 | struct srcu_struct queue_rq_srcu[0]; | 69 | struct srcu_struct srcu[0]; |
69 | }; | 70 | }; |
70 | 71 | ||
71 | struct blk_mq_tag_set { | 72 | struct blk_mq_tag_set { |