Re: [PATCH v1 4/5] cgroup: net_cls: Pass in task to sock_update_classid()
From: David Miller <hidden>
Date: 2012-10-26 07:42:12
Also in:
cgroups
From: David Miller <hidden>
Date: 2012-10-26 07:42:12
Also in:
cgroups
From: Neil Horman <redacted> Date: Thu, 25 Oct 2012 14:43:17 -0400
On Thu, Oct 25, 2012 at 04:16:58PM +0200, Daniel Wagner wrote:quoted
From: Daniel Wagner <redacted> sock_update_classid() assumes that the update operation always are applied on the current task. sock_update_classid() needs to know on which tasks to work on in order to be able to migrate task between cgroups using the struct cgroup_subsys attach() callback. Signed-off-by: Daniel Wagner <redacted>
...
Acked-by: Neil Horman <redacted>
Applied.