Re: [RFC] cgroup TODOs
From: Tejun Heo <hidden>
Date: 2012-09-21 21:40:09
Also in:
lkml
On Thu, Sep 13, 2012 at 01:58:27PM -0700, Tejun Heo wrote:
7. Misc issues
* Sort & unique when listing tasks. Even the documentation says it
doesn't happen but we have a good hunk of code doing it in
cgroup.c. I'm gonna rip it out at some point. Again, if you
don't like it, scream.
* At the PLC, pjt told me that assinging threads of a cgroup to
different cgroups is useful for some use cases but if we're to
have a unified hierarchy, I don't think we can continue to do
that. Paul, can you please elaborate the use case?
* Vivek brought up the issue of distributing resources to tasks and
groups in the same cgroup. I don't know. Need to think more
about it.* Update docs. * Clean up cftype->read/write*() mess. * Use sane fs event mechanism. * Drop userland helper based empty notification. Argh... -- tejun