Skip to content

Commit

Permalink
block: remove dead queue members
Browse files Browse the repository at this point in the history
No more users of ->in_flight[] or ->nr_sorted, get rid of them.

Fixes: a1ce35f ("block: remove dead elevator code")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Jens Axboe committed Nov 14, 2018
1 parent 98c98cb commit 7ff4f80
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/blkdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7ff4f80

Please sign in to comment.