commit | 43114018cb0b253fd03c4ff4d42bcdc43389ac1c | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Jan 09 08:05:13 2013 -0800 |
committer | Tejun Heo <tj@kernel.org> | Wed Jan 09 08:05:13 2013 -0800 |
tree | abe35791e5ab46d944f35112e25570ab861a7e2f | |
parent | 0b39920b5f9f3ad37dd259bfa2e9cbca33475b28 [diff] |
cfq-iosched: add hierarchical cfq_group statistics Unfortunately, at this point, there's no way to make the existing statistics hierarchical without creating nasty surprises for the existing users. Just create recursive counterpart of the existing stats. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Vivek Goyal <vgoyal@redhat.com>