]> Git Repo - linux.git/commitdiff
block: kill all_q_node in request_queue
authorHou Tao <[email protected]>
Fri, 19 Apr 2019 02:31:27 +0000 (10:31 +0800)
committerJens Axboe <[email protected]>
Fri, 19 Apr 2019 17:31:42 +0000 (11:31 -0600)
all_q_node has not been used since commit 4b855ad37194 ("blk-mq: Create
hctx for each present CPU"), so remove it.

Reviewed-by: Chaitanya Kulkarni <[email protected]>
Reviewed-by: Ming Lei <[email protected]>
Signed-off-by: Hou Tao <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
include/linux/blkdev.h

index 5c58a3b2bf0038083b9dc2b88293349fa8afb22b..317ab30d29046baaa29d13d0213ef9c63c4bf95c 100644 (file)
@@ -548,7 +548,6 @@ struct request_queue {
        struct rcu_head         rcu_head;
        wait_queue_head_t       mq_freeze_wq;
        struct percpu_ref       q_usage_counter;
-       struct list_head        all_q_node;
 
        struct blk_mq_tag_set   *tag_set;
        struct list_head        tag_set_list;
This page took 0.054061 seconds and 4 git commands to generate.