summaryrefslogtreecommitdiff
path: root/drivers/md
diff options
context:
space:
mode:
authorHugh Dickins <hughd@google.com>2014-01-12 20:23:27 -0800
committerTejun Heo <tj@kernel.org>2014-01-13 10:48:18 -0500
commitb3ff8a2f9569fb41b9cf8902897d787a33bac84f (patch)
tree28c95f2ee2eba0a4ea516c89eb82339243a75d89 /drivers/md
parent8173d5a495b5f859d56d8581d0e2ce5c1fab9c33 (diff)
cgroup: remove stray references to css_id
Trivial: remove the few stray references to css_id, which itself was removed in v3.13's 2ff2a7d03bbe "cgroup: kill css_id". Signed-off-by: Hugh Dickins <hughd@google.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/bcache/request.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/bcache/request.c b/drivers/md/bcache/request.c
index fbcc851ed5a5..61bcfc21d2a0 100644
--- a/drivers/md/bcache/request.c
+++ b/drivers/md/bcache/request.c
@@ -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);
}