[PATCH cgroup/for-4.14] cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()

From: Tejun Heo
Date: Sun Jul 16 2017 - 21:39:53 EST


Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>
---
Applying to cgroup/for-4.14.

Thanks.

kernel/cgroup/cgroup.c | 1 -
1 file changed, 1 deletion(-)

--- 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;