commit | 7daabe21715265afb93a70adea53ad738309d9b7 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Nov 07 11:14:18 2019 -0800 |
committer | Tejun Heo <tj@kernel.org> | Thu Nov 07 11:14:18 2019 -0800 |
tree | bc9fa9331a823b3d1143083bc393c1a230edbf4b | |
parent | b56cecc0f3f70f3719cad07211380df18bdda820 [diff] |
blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT blkg_rwstat is now only used by bfq-iosched and blk-throtl when on cgroup1. Let's move it into its own files and gate it behind a config option. Signed-off-by: Tejun Heo <tj@kernel.org>