[PATCH 06/12] cgroup: teach css_task_iter about effective csses

2014-04-14 Thread Tejun Heo
Currently, css_task_iter iterates tasks associated with a css by visiting each css_set associated with the owning cgroup and walking tasks of each of them. This works fine for !unified hierarchies as each cgroup has its own css for each associated subsystem on the hierarchy; however, on the planne

[PATCH 06/12] cgroup: teach css_task_iter about effective csses

2014-03-27 Thread Tejun Heo
Currently, css_task_iter iterates tasks associated with a css by visiting each css_set associated with the owning cgroup and walking tasks of each of them. This works fine for !unified hierarchies as each cgroup has its own css for each associated subsystem on the hierarchy; however, on the planne