aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2017-07-16 21:40:30 -0400
committerTejun Heo <tj@kernel.org>2017-07-16 21:40:30 -0400
commit88e033e326307831922e34e7de0d694274dcc1c7 (patch)
treec0792cce9656974710771405d2773aec3f47fe76 /kernel/cgroup
parentcgroup: update outdated cgroup.procs documentation (diff)
downloadlinux-dev-88e033e326307831922e34e7de0d694274dcc1c7.tar.xz
linux-dev-88e033e326307831922e34e7de0d694274dcc1c7.zip
cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/cgroup')
-rw-r--r--kernel/cgroup/cgroup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c
index 620794a20a33..4f02b5edd82c 100644
--- a/kernel/cgroup/cgroup.c
+++ b/kernel/cgroup/cgroup.c
@@ -3230,7 +3230,6 @@ restart:
static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add)
{
- LIST_HEAD(pending);
struct cgroup_subsys *ss = cfts[0].ss;
struct cgroup *root = &ss->root->cgrp;
struct cgroup_subsys_state *css;