aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorJunxiao Bi <junxiao.bi@oracle.com>2019-08-16 17:12:33 -0400
committerJens Axboe <axboe@kernel.dk>2019-08-19 10:55:10 -0400
commit988721db93b2f5e6477cb0ea0b64ba9bcfd67778 (patch)
treecb137217d940f1513a76e0efa6fa78aae3571844 /include/linux/blkdev.h
parent6444f47eb8678a43d5260c67b89c18b1ea09e79e (diff)
block: remove struct request_queue queue_head
The dispatch list is not used any more, as the legacy block IO stack has been removed. Reviewed-by: Bart Van Assche <bvanassche@acm.org> Reviewed-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Junxiao Bi <junxiao.bi@oracle.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 167bf879f072..4798bb25f1ee 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -391,10 +391,6 @@ static inline int blkdev_reset_zones_ioctl(struct block_device *bdev,
391#endif /* CONFIG_BLK_DEV_ZONED */ 391#endif /* CONFIG_BLK_DEV_ZONED */
392 392
393struct request_queue { 393struct request_queue {
394 /*
395 * Together with queue_head for cacheline sharing
396 */
397 struct list_head queue_head;
398 struct request *last_merge; 394 struct request *last_merge;
399 struct elevator_queue *elevator; 395 struct elevator_queue *elevator;
400 396