mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-06 09:29:41 +00:00
cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()
Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
e7e79d147c
commit
88e033e326
@ -3230,7 +3230,6 @@ restart:
|
|||||||
|
|
||||||
static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add)
|
static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add)
|
||||||
{
|
{
|
||||||
LIST_HEAD(pending);
|
|
||||||
struct cgroup_subsys *ss = cfts[0].ss;
|
struct cgroup_subsys *ss = cfts[0].ss;
|
||||||
struct cgroup *root = &ss->root->cgrp;
|
struct cgroup *root = &ss->root->cgrp;
|
||||||
struct cgroup_subsys_state *css;
|
struct cgroup_subsys_state *css;
|
||||||
|
Loading…
Reference in New Issue
Block a user