]> git.baikalelectronics.ru Git - 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)
commit65345de3ece4c2d84e73ab3400039ccf943324ff
treefcafcef9448c7a2037e0620281f41707ce692681
parent72fa1edfee520200e51b7d5f2425c5bec0c22d17
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