summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2022-09-21 20:04:52 +0200
committerJens Axboe <axboe@kernel.dk>2022-09-26 19:17:24 -0600
commit16fac1b5912b778a30d8863dbc928bef25c8d307 (patch)
treefd86dc02ea0680676373e4bf684aeff65a509b65 /block/blk-cgroup.c
parentb0dde3f5d628f76f461fb650e2cebfac3460cff6 (diff)
downloadlinux-16fac1b5912b778a30d8863dbc928bef25c8d307.tar.bz2
blk-iolatency: pass a gendisk to blk_iolatency_init
Pass the gendisk to blk_iolatency_init as part of moving the blk-cgroup infrastructure to be gendisk based. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Andreas Herrmann <aherrmann@suse.de> Acked-by: Tejun Heo <tj@kernel.org> Link: https://lore.kernel.org/r/20220921180501.1539876-9-hch@lst.de [axboe: missed inline for blk_iolatency_init() and !CONFIG_BLK_CGROUP_IOLATENCY] Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-cgroup.c')
-rw-r--r--block/blk-cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
index 89974fd0db3d..82a117ff54de 100644
--- a/block/blk-cgroup.c
+++ b/block/blk-cgroup.c
@@ -1265,7 +1265,7 @@ int blkcg_init_disk(struct gendisk *disk)
if (ret)
goto err_ioprio_exit;
- ret = blk_iolatency_init(q);
+ ret = blk_iolatency_init(disk);
if (ret)
goto err_throtl_exit;