Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / drivers / md / bcache / request.c
index 5878cdb3952948d78e029f4ed0a343d7a7807cab..c906571997d7a4ab256188f05f4a8c11ea5928f8 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);
 }