]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
block/blk-iocost: Split ioc_rqos_throttle()
authorBart Van Assche <bvanassche@acm.org>
Fri, 5 Jun 2026 18:01:02 +0000 (11:01 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 5 Jun 2026 19:41:11 +0000 (13:41 -0600)
commit1ff85a387947890938c05cfe22041dfeef3098dd
tree9938405dfc62019240e3cfbb22a8b3f2dee23a62
parent73bb2480e3eccc6cb2419691c9e60dea9dc6d719
block/blk-iocost: Split ioc_rqos_throttle()

Prepare for inlining iocg_lock() and iocg_unlock() by moving the code
between these two calls into a new function. No functionality has been
changed.

Reviewed-by: Hannes Reinecke <hare@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://patch.msgid.link/a6d3ed953cef6669d23a80923bf46600733cbdae.1780682325.git.bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-iocost.c