Commit 7ff4f803 authored by Jens Axboe's avatar Jens Axboe

block: remove dead queue members

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

Fixes: a1ce35fa ("block: remove dead elevator code")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 98c98cb7
......@@ -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;
......
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