mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
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>
This commit is contained in:
committed by
Jens Axboe
parent
ce57b55860
commit
3963d84df7
@@ -2832,7 +2832,7 @@ static void ioc_rqos_exit(struct rq_qos *rqos)
|
||||
kfree(ioc);
|
||||
}
|
||||
|
||||
static struct rq_qos_ops ioc_rqos_ops = {
|
||||
static const struct rq_qos_ops ioc_rqos_ops = {
|
||||
.throttle = ioc_rqos_throttle,
|
||||
.merge = ioc_rqos_merge,
|
||||
.done_bio = ioc_rqos_done_bio,
|
||||
|
||||
Reference in New Issue
Block a user