diff --git a/net/core/netprio_cgroup.c b/net/core/netprio_cgroup.c index b9057478d69c8ad02ea7b4ba8d6f612e7792a738..239786608ee4eb1cecf9a09094605f2dbfbbcf8e 100644 --- a/net/core/netprio_cgroup.c +++ b/net/core/netprio_cgroup.c @@ -240,6 +240,8 @@ static void net_prio_attach(struct cgroup_taskset *tset) struct task_struct *p; struct cgroup_subsys_state *css; + cgroup_sk_alloc_disable(); + cgroup_taskset_for_each(p, css, tset) { void *v = (void *)(unsigned long)css->cgroup->id;