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>
This commit is contained in:
parent
98c98cb770
commit
7ff4f80356
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue