diff options
Diffstat (limited to 'block/blk-cgroup.h')
-rw-r--r-- | block/blk-cgroup.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/block/blk-cgroup.h b/block/blk-cgroup.h index 7331d7965a5e..b67eefa706c3 100644 --- a/block/blk-cgroup.h +++ b/block/blk-cgroup.h | |||
@@ -52,7 +52,6 @@ enum blkg_state_flags { | |||
52 | 52 | ||
53 | /* cgroup files owned by proportional weight policy */ | 53 | /* cgroup files owned by proportional weight policy */ |
54 | enum blkcg_file_name_prop { | 54 | enum blkcg_file_name_prop { |
55 | BLKIO_PROP_weight = 1, | ||
56 | BLKIO_PROP_weight_device, | 55 | BLKIO_PROP_weight_device, |
57 | }; | 56 | }; |
58 | 57 | ||
@@ -130,7 +129,7 @@ struct blkio_group_stats_cpu { | |||
130 | 129 | ||
131 | struct blkio_group_conf { | 130 | struct blkio_group_conf { |
132 | unsigned int weight; | 131 | unsigned int weight; |
133 | unsigned int iops[2]; | 132 | u64 iops[2]; |
134 | u64 bps[2]; | 133 | u64 bps[2]; |
135 | }; | 134 | }; |
136 | 135 | ||