block: kill all_q_node in request_queue

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 <chaitanya.kulkarni@wdc.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Hou Tao <houtao1@huawei.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by Hou Tao and committed by Jens Axboe b40fabc0 74f464e9

Changed files
-1
include
linux
-1
include/linux/blkdev.h
··· 548 548 struct rcu_head rcu_head; 549 549 wait_queue_head_t mq_freeze_wq; 550 550 struct percpu_ref q_usage_counter; 551 - struct list_head all_q_node; 552 551 553 552 struct blk_mq_tag_set *tag_set; 554 553 struct list_head tag_set_list;