]> git.baikalelectronics.ru Git - kernel.git/commit
bfq-iosched: relocate bfqg_*rwstat*() helpers
authorTejun Heo <tj@kernel.org>
Thu, 7 Nov 2019 19:17:59 +0000 (11:17 -0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 7 Nov 2019 19:28:13 +0000 (12:28 -0700)
commit6871d61c00a9156af18123d14014015283be5816
tree0d8b23e14a08b94c4c4c997a9611f4ea9148848b
parent3b5201f84af3a2056747d36592164009071d6ce2
bfq-iosched: relocate bfqg_*rwstat*() helpers

Collect them right under #ifdef CONFIG_BFQ_CGROUP_DEBUG.  The next
patch will use them from !DEBUG path and this makes it easy to move
them out of the ifdef block.

This is pure code reorganization.

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