diff options
author | Christoph Hellwig <hch@lst.de> | 2020-07-01 10:59:36 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-07-01 07:27:23 -0600 |
commit | 987a0ef88bf749f65e891a22c481b2934c6019de (patch) | |
tree | 0140d4f8f50ea6026e0964ea8746cd6f2545aa0c /drivers | |
parent | 39ad70b568667c24ea786e6cde3f4a7adf5aa4d7 (diff) |
bcache: stop setting ->queuedata
Nothing in bcache actually uses the ->queuedata field.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/md/bcache/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c index 2014016f9a60..21aa168113d3 100644 --- a/drivers/md/bcache/super.c +++ b/drivers/md/bcache/super.c @@ -876,7 +876,6 @@ static int bcache_device_init(struct bcache_device *d, unsigned int block_size, return -ENOMEM; d->disk->queue = q; - q->queuedata = d; q->backing_dev_info->congested_data = d; q->limits.max_hw_sectors = UINT_MAX; q->limits.max_sectors = UINT_MAX; |