blkcg: move blkio_group_conf->iops and ->bps to blk-throttle
[linux-2.6-block.git] / block / blk-cgroup.h
index 386db2974a08e71e66e471e6f21c6de8fa0fe4b7..a77ab1ac53a75db160ee501591814f413905f158 100644 (file)
@@ -71,19 +71,11 @@ struct blkg_rwstat {
        uint64_t                        cnt[BLKG_RWSTAT_NR];
 };
 
-struct blkio_group_conf {
-       u64 iops[2];
-       u64 bps[2];
-};
-
 /* per-blkg per-policy data */
 struct blkg_policy_data {
        /* the blkg this per-policy data belongs to */
        struct blkio_group *blkg;
 
-       /* Configuration */
-       struct blkio_group_conf conf;
-
        /* pol->pdata_size bytes of private data used by policy impl */
        char pdata[] __aligned(__alignof__(unsigned long long));
 };