mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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: 41e46b3c2a
("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>
This commit is contained in:
parent
a09b314005
commit
9243fc4cd2
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue