|
@@ -60,7 +60,7 @@ struct blk_mq_hw_ctx {
|
|
|
|
|
|
struct blk_mq_tag_set {
|
|
struct blk_mq_tag_set {
|
|
unsigned int *mq_map;
|
|
unsigned int *mq_map;
|
|
- struct blk_mq_ops *ops;
|
|
|
|
|
|
+ const struct blk_mq_ops *ops;
|
|
unsigned int nr_hw_queues;
|
|
unsigned int nr_hw_queues;
|
|
unsigned int queue_depth; /* max hw supported */
|
|
unsigned int queue_depth; /* max hw supported */
|
|
unsigned int reserved_tags;
|
|
unsigned int reserved_tags;
|