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)
commita557f1c7fee2f2059234647fea32ed1f3c07dce2
tree0d8b23e14a08b94c4c4c997a9611f4ea9148848b
parent912c0a85911a6364ac127b6e1de8c2c7782db1bc
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