diff options
author | Jens Axboe <axboe@kernel.dk> | 2018-11-14 15:22:49 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-11-14 15:22:49 -0700 |
commit | 7ff4f8035695984c513598e2d49c8277d5d234ca (patch) | |
tree | 0eb1b06cda709a876d060ed7147ab35528b6aeca /include | |
parent | 98c98cb770da9469ee868f21299b2ba21fe438ac (diff) | |
download | linux-7ff4f8035695984c513598e2d49c8277d5d234ca.tar.bz2 |
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')
-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 { 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; |