]> 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)
commit451216c59153d0292b74e937ad218cbcbc3b33dd
tree0d8b23e14a08b94c4c4c997a9611f4ea9148848b
parent91fccf4d7c46a042515a28acca73c265a4112e96
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