diff options
-rw-r--r-- | block/blk-cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c index b8858fb0cafa..7ef747b7f056 100644 --- a/block/blk-cgroup.c +++ b/block/blk-cgroup.c | |||
@@ -114,7 +114,7 @@ static struct blkcg_gq *blkg_alloc(struct blkcg *blkcg, struct request_queue *q, | |||
114 | pd->blkg = blkg; | 114 | pd->blkg = blkg; |
115 | 115 | ||
116 | /* invoke per-policy init */ | 116 | /* invoke per-policy init */ |
117 | if (blkcg_policy_enabled(blkg->q, pol)) | 117 | if (pol->pd_init_fn) |
118 | pol->pd_init_fn(blkg); | 118 | pol->pd_init_fn(blkg); |
119 | } | 119 | } |
120 | 120 | ||