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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c
index 01771098355d..62defd05518f 100644
--- a/block/cfq-iosched.c
+++ b/block/cfq-iosched.c
@@ -961,7 +961,6 @@ cfq_find_alloc_cfqg(struct cfq_data *cfqd, struct cgroup *cgroup, int create)
961 for_each_cfqg_st(cfqg, i, j, st) 961 for_each_cfqg_st(cfqg, i, j, st)
962 *st = CFQ_RB_ROOT; 962 *st = CFQ_RB_ROOT;
963 RB_CLEAR_NODE(&cfqg->rb_node); 963 RB_CLEAR_NODE(&cfqg->rb_node);
964 blkio_group_init(&cfqg->blkg);
965 964
966 /* 965 /*
967 * Take the initial reference that will be released on destroy 966 * Take the initial reference that will be released on destroy