Skip to content

Commit 33566f9

Browse files
Yuwei Guanaxboe
authored andcommitted
block, bfq: remove unused variable for bfq_queue
it defined in d0edc24, but there's nowhere to use it, so remove it. Signed-off-by: Yuwei Guan <Yuwei.Guan@zeekrlife.com> Acked-by: Paolo Valente <paolo.valente@linaro.org> Link: https://lore.kernel.org/r/20221018030139.159-1-Yuwei.Guan@zeekrlife.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 6d42ddf commit 33566f9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

block/bfq-iosched.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,12 +369,8 @@ struct bfq_queue {
369369
unsigned long split_time; /* time of last split */
370370

371371
unsigned long first_IO_time; /* time of first I/O for this queue */
372-
373372
unsigned long creation_time; /* when this queue is created */
374373

375-
/* max service rate measured so far */
376-
u32 max_service_rate;
377-
378374
/*
379375
* Pointer to the waker queue for this queue, i.e., to the
380376
* queue Q such that this queue happens to get new I/O right

0 commit comments

Comments
 (0)