]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - block/blk-rq-qos.c
blk-rq-qos: constify rq_qos_ops
authorChristoph Hellwig <hch@lst.de>
Fri, 3 Feb 2023 15:03:55 +0000 (16:03 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 3 Feb 2023 15:20:05 +0000 (08:20 -0700)
commit3963d84df7974b6687cb34bce3b9e0b2686f839c
tree04447fb9346c93da45ac5e0d5265c45e70f987a4
parentce57b558604e68277d31ca5ce49ec4579a8618c5
blk-rq-qos: constify rq_qos_ops

These op vectors are constant, so mark them const.

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/20230203150400.3199230-15-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-iocost.c
block/blk-iolatency.c
block/blk-rq-qos.c
block/blk-rq-qos.h
block/blk-wbt.c