commit | a557f1c7fee2f2059234647fea32ed1f3c07dce2 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Nov 07 11:17:59 2019 -0800 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Nov 07 12:28:13 2019 -0700 |
tree | 0d8b23e14a08b94c4c4c997a9611f4ea9148848b | |
parent | 912c0a85911a6364ac127b6e1de8c2c7782db1bc [diff] |
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>