summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-11-16 09:10:01 +0100
committerJens Axboe <axboe@kernel.dk>2018-11-16 09:16:55 -0700
commit2b78eae147a13ab2ca7caa121dd3fca2eecf8613 (patch)
tree6a989a67d73fbc70053a23a83b4878ed81b08209 /include/linux/blkdev.h
parentcb700eb3faa488fbb4b60689adec84032d7cf24a (diff)
block: remove the rq_alloc_data request_queue field
Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 91c44f7a7f62..1ad6eafc43f2 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -567,7 +567,6 @@ struct request_queue {
bool mq_sysfs_init_done;
size_t cmd_size;
- void *rq_alloc_data;
struct work_struct release_work;