diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/blk-mq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h index a06ca7b5ea05..f45424453338 100644 --- a/include/linux/blk-mq.h +++ b/include/linux/blk-mq.h | |||
@@ -63,7 +63,7 @@ struct blk_mq_hw_ctx { | |||
63 | struct blk_mq_tag_set { | 63 | struct blk_mq_tag_set { |
64 | struct blk_mq_ops *ops; | 64 | struct blk_mq_ops *ops; |
65 | unsigned int nr_hw_queues; | 65 | unsigned int nr_hw_queues; |
66 | unsigned int queue_depth; | 66 | unsigned int queue_depth; /* max hw supported */ |
67 | unsigned int reserved_tags; | 67 | unsigned int reserved_tags; |
68 | unsigned int cmd_size; /* per-request extra data */ | 68 | unsigned int cmd_size; /* per-request extra data */ |
69 | int numa_node; | 69 | int numa_node; |