diff options
author | Christoph Hellwig <hch@lst.de> | 2018-11-16 11:10:01 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-11-16 19:16:55 +0300 |
commit | 2b78eae147a13ab2ca7caa121dd3fca2eecf8613 (patch) | |
tree | 6a989a67d73fbc70053a23a83b4878ed81b08209 /include | |
parent | cb700eb3faa488fbb4b60689adec84032d7cf24a (diff) | |
download | linux-2b78eae147a13ab2ca7caa121dd3fca2eecf8613.tar.xz |
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')
-rw-r--r-- | include/linux/blkdev.h | 1 |
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; |