From: Christoph Hellwig Date: Fri, 16 Nov 2018 08:10:01 +0000 (+0100) Subject: block: remove the rq_alloc_data request_queue field X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2b78eae147a13ab2ca7caa121dd3fca2eecf8613;p=linux.git block: remove the rq_alloc_data request_queue field Reviewed-by: Omar Sandoval Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 91c44f7a7f62b..1ad6eafc43f23 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;