]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()
authorTejun Heo <tj@kernel.org>
Tue, 1 Sep 2020 18:52:36 +0000 (14:52 -0400)
committerJens Axboe <axboe@kernel.dk>
Wed, 2 Sep 2020 01:38:31 +0000 (19:38 -0600)
commit6ef20f787b0aa337dc901d42efa44854e09c87e1
treefcafcef9448c7a2037e0620281f41707ce692681
parentdb84a72af6be422abf2089a5896293590dda5066
blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()

We'll make iocg_kick_waitq() call iocg_kick_delay(). Reorder them in
preparation. This is pure code reorganization.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-iocost.c