Commit 33566f92 authored by Yuwei Guan's avatar Yuwei Guan Committed by Jens Axboe

block, bfq: remove unused variable for bfq_queue

it defined in d0edc247, but there's nowhere to use it,
so remove it.
Signed-off-by: default avatarYuwei Guan <Yuwei.Guan@zeekrlife.com>
Acked-by: default avatarPaolo Valente <paolo.valente@linaro.org>
Link: https://lore.kernel.org/r/20221018030139.159-1-Yuwei.Guan@zeekrlife.comSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 6d42ddf7
......@@ -369,12 +369,8 @@ struct bfq_queue {
unsigned long split_time; /* time of last split */
unsigned long first_IO_time; /* time of first I/O for this queue */
unsigned long creation_time; /* when this queue is created */
/* max service rate measured so far */
u32 max_service_rate;
/*
* Pointer to the waker queue for this queue, i.e., to the
* queue Q such that this queue happens to get new I/O right
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment