commit | 945010db297e9dbe05453af789490f21b99ea8a0 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Dec 14 14:36:07 2012 -0800 |
committer | Tejun Heo <tj@kernel.org> | Fri Dec 14 14:36:07 2012 -0800 |
tree | 679ee16d9dbc54fcda986bb2e830420bee265357 | |
parent | 6b4f546a8ce324547c707a5c522d136645d75a92 [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>