aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/cfq-iosched.c')
-rw-r--r--block/cfq-iosched.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c
index 7865cc38ea77..832b2ac8cb8d 100644
--- a/block/cfq-iosched.c
+++ b/block/cfq-iosched.c
@@ -4165,12 +4165,11 @@ static struct elevator_type iosched_cfq = {
4165 4165
4166#ifdef CONFIG_CFQ_GROUP_IOSCHED 4166#ifdef CONFIG_CFQ_GROUP_IOSCHED
4167static struct blkcg_policy blkcg_policy_cfq = { 4167static struct blkcg_policy blkcg_policy_cfq = {
4168 .ops = { 4168 .pd_size = sizeof(struct cfq_group),
4169 .pd_init_fn = cfq_pd_init, 4169 .cftypes = cfq_blkcg_files,
4170 .pd_reset_stats_fn = cfq_pd_reset_stats, 4170
4171 }, 4171 .pd_init_fn = cfq_pd_init,
4172 .pd_size = sizeof(struct cfq_group), 4172 .pd_reset_stats_fn = cfq_pd_reset_stats,
4173 .cftypes = cfq_blkcg_files,
4174}; 4173};
4175#endif 4174#endif
4176 4175