blkcg: move blkio_group_conf->iops and ->bps to blk-throttle
commitaf133ceb261033eb43c03d161a991c3b772e8c56
authorTejun Heo <tj@kernel.org>
Sun, 1 Apr 2012 21:38:44 +0000 (1 14:38 -0700)
committerTejun Heo <tj@kernel.org>
Sun, 1 Apr 2012 21:38:44 +0000 (1 14:38 -0700)
treefdc943f4f8c2c7e19af0d963d73647d3333aaa5c
parent3381cb8d2ef1523dbaeec99161d766c25f1e52d6
blkcg: move blkio_group_conf->iops and ->bps to blk-throttle

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>
block/blk-cgroup.h
block/blk-throttle.c