]> Pileus Git - ~andy/linux/blobdiff - drivers/md/bcache/request.c
Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache into...
[~andy/linux] / drivers / md / bcache / request.c
index 675229b93718c9a16df5cae58cf8fb85a3aadbb8..5d5d031cf3813247adb89653f2fe5fcd227ce764 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);
 }