diff options
author | Hugh Dickins <hughd@google.com> | 2014-01-12 23:23:27 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-01-13 10:48:18 -0500 |
commit | b3ff8a2f9569fb41b9cf8902897d787a33bac84f (patch) | |
tree | 28c95f2ee2eba0a4ea516c89eb82339243a75d89 /drivers/md/bcache/request.c | |
parent | 8173d5a495b5f859d56d8581d0e2ce5c1fab9c33 (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/bcache/request.c')
-rw-r--r-- | drivers/md/bcache/request.c | 1 |
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) | |||
163 | static void bcachecg_destroy(struct cgroup *cgroup) | 163 | static void bcachecg_destroy(struct cgroup *cgroup) |
164 | { | 164 | { |
165 | struct bch_cgroup *cg = cgroup_to_bcache(cgroup); | 165 | struct bch_cgroup *cg = cgroup_to_bcache(cgroup); |
166 | free_css_id(&bcache_subsys, &cg->css); | ||
167 | kfree(cg); | 166 | kfree(cg); |
168 | } | 167 | } |
169 | 168 | ||