git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3381cb8
)
blkcg: move blkio_group_conf->iops and ->bps to blk-throttle
author
Tejun Heo
<tj@kernel.org>
Sun, 1 Apr 2012 21:38:44 +0000
(14:38 -0700)
committer
Tejun Heo
<tj@kernel.org>
Sun, 1 Apr 2012 21:38:44 +0000
(14:38 -0700)
blkio_cgroup_conf->iops and ->bps are owned by blk-throttle and has no
reason to be defined in blkcg core. Drop them and let conf setting
functions directly manipulate throtl_grp->bps[] and ->iops[].
This makes blkio_group_conf empty. Drop it.
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found