Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / md / bcache / request.c
index fcdb59f..72cd213 100644 (file)
@@ -163,7 +163,6 @@ static struct cgroup_subsys_state *bcachecg_create(struct cgroup *cgroup)
 static void bcachecg_destroy(struct cgroup *cgroup)
 {
        struct bch_cgroup *cg = cgroup_to_bcache(cgroup);
-       free_css_id(&bcache_subsys, &cg->css);
        kfree(cg);
 }