diff options
| author | Jens Axboe <axboe@kernel.dk> | 2018-11-14 17:22:49 -0500 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2018-11-14 17:22:49 -0500 |
| commit | 7ff4f8035695984c513598e2d49c8277d5d234ca (patch) | |
| tree | 0eb1b06cda709a876d060ed7147ab35528b6aeca /include/linux/blkdev.h | |
| parent | 98c98cb770da9469ee868f21299b2ba21fe438ac (diff) | |
block: remove dead queue members
No more users of ->in_flight[] or ->nr_sorted, get rid of them.
Fixes: a1ce35fa4985 ("block: remove dead elevator code")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index e67ad2dd025e..c961329be96b 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -486,9 +486,6 @@ struct request_queue { | |||
| 486 | unsigned int dma_pad_mask; | 486 | unsigned int dma_pad_mask; |
| 487 | unsigned int dma_alignment; | 487 | unsigned int dma_alignment; |
| 488 | 488 | ||
| 489 | unsigned int nr_sorted; | ||
| 490 | unsigned int in_flight[2]; | ||
| 491 | |||
| 492 | unsigned int rq_timeout; | 489 | unsigned int rq_timeout; |
| 493 | int poll_nsec; | 490 | int poll_nsec; |
| 494 | 491 | ||
