Commit 88e033e3 authored by Tejun Heo's avatar Tejun Heo
Browse files

cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()



Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent e7e79d14
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;