* [PATCH cgroup/for-4.14] cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()
@ 2017-07-17 1:39 Tejun Heo
0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2017-07-17 1:39 UTC (permalink / raw)
To: cgroups
Cc: linux-kernel, Li Zefan, Johannes Weiner, Roman Gushchin,
kernel-team
Signed-off-by: Tejun Heo <tj@kernel.org>
---
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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-07-17 1:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17 1:39 [PATCH cgroup/for-4.14] cgroup: remove now unused list_head @pending in cgroup_apply_cftypes() Tejun Heo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox