]> Pileus Git - ~andy/linux/blobdiff - drivers/md/bcache/request.c
Merge tag 'arc-v3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[~andy/linux] / drivers / md / bcache / request.c
index fbcc851ed5a5a74b09d763c455d132dee68e7eb3..61bcfc21d2a0f4972b581a689fd1c3c929f7bd38 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);
 }