1
0
Fork 0

block: remove dead queue members

No more users of ->in_flight[] or ->nr_sorted, get rid of them.

Fixes: a1ce35fa49 ("block: remove dead elevator code")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
hifive-unleashed-5.1
Jens Axboe 2018-11-14 15:22:49 -07:00
parent 98c98cb770
commit 7ff4f80356
1 changed files with 0 additions and 3 deletions

View File

@ -486,9 +486,6 @@ struct request_queue {
unsigned int dma_pad_mask;
unsigned int dma_alignment;
unsigned int nr_sorted;
unsigned int in_flight[2];
unsigned int rq_timeout;
int poll_nsec;