Message ID | 20181116081006.5083-2-hch@lst.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/6] block: remove the rq_alloc_data request_queue field | expand |
On Fri, Nov 16, 2018 at 09:10:01AM +0100, Christoph Hellwig wrote: Reviewed-by: Omar Sandoval <osandov@fb.com> > Signed-off-by: Christoph Hellwig <hch@lst.de> > --- > include/linux/blkdev.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h > index 1d185f1fc333..5c5ef461845f 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; > > -- > 2.19.1 >
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 1d185f1fc333..5c5ef461845f 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;
Signed-off-by: Christoph Hellwig <hch@lst.de> --- include/linux/blkdev.h | 1 - 1 file changed, 1 deletion(-)