aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorDamien Le Moal <damien.lemoal@opensource.wdc.com>2022-06-03 14:35:29 +0900
committerJens Axboe <axboe@kernel.dk>2022-06-19 18:40:11 -0600
commit9243fc4cd28c8bdddd7fe0abd5bbec3c4fdf5052 (patch)
treec0c12cda08a225b5cecbb7b67076ce85ec8be6b4 /include/linux/blkdev.h
parentblock: freeze the queue earlier in del_gendisk (diff)
downloadlinux-dev-9243fc4cd28c8bdddd7fe0abd5bbec3c4fdf5052.tar.xz
linux-dev-9243fc4cd28c8bdddd7fe0abd5bbec3c4fdf5052.zip
block: remove queue from struct blk_independent_access_range
The request queue pointer in struct blk_independent_access_range is unused. Remove it. Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Fixes: 41e46b3c2aa2 ("block: Fix potential deadlock in blk_ia_range_sysfs_show()") Reviewed-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20220603053529.76405-1-damien.lemoal@opensource.wdc.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '')
-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 73c886eba8e1..2f7b43444c5f 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -342,7 +342,6 @@ static inline int blkdev_zone_mgmt_ioctl(struct block_device *bdev,
*/
struct blk_independent_access_range {
struct kobject kobj;
- struct request_queue *queue;
sector_t sector;
sector_t nr_sectors;
};