aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2018-11-14 15:22:49 -0700
committerJens Axboe <axboe@kernel.dk>2018-11-14 15:22:49 -0700
commit7ff4f8035695984c513598e2d49c8277d5d234ca (patch)
tree0eb1b06cda709a876d060ed7147ab35528b6aeca /include/linux/blkdev.h
parentblock: clean up dead code that is now redundant (diff)
downloadlinux-dev-7ff4f8035695984c513598e2d49c8277d5d234ca.tar.xz
linux-dev-7ff4f8035695984c513598e2d49c8277d5d234ca.zip
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.h3
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;