diff options
| author | Jens Axboe <[email protected]> | 2018-10-16 14:23:06 -0600 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2018-11-07 13:44:59 -0700 |
| commit | a8908939af569ce2419f43fd56eeaf003bc3d85d (patch) | |
| tree | 9940fd37b26a26ae1d63f94365fe97c862fa65d9 /include/linux | |
| parent | a0fedc857dff457e123aeaa2039d28ac90e543df (diff) | |
blk-mq: kill q->mq_map
It's just a pointer to set->mq_map, use that instead. Move the
assignment a bit earlier, so we always know it's valid.
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
Reviewed-by: Keith Busch <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index c8fa4d3d7fee..2ae7465d68ab 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -409,8 +409,6 @@ struct request_queue { const struct blk_mq_ops *mq_ops; - unsigned int *mq_map; - /* sw queues */ struct blk_mq_ctx __percpu *queue_ctx; unsigned int nr_queues; |