[Devel] Re: [RFC][-mm] [1/2] Simple stats for cpu resource controller

2008-04-07 Thread Peter Zijlstra
On Sun, 2008-04-06 at 02:01 +0530, Balaji Rao wrote: +static s64 cpu_cgroup_read_stat(struct cpu_cgroup_stat *stat, + enum cpu_cgroup_stat_index idx) +{ + int cpu; + s64 ret = 0; + unsigned long flags; + + local_irq_save(flags); I am just wondering. Is

[Devel] Re: [RFC][PATCH] another swap controller for cgroup

2008-04-07 Thread YAMAMOTO Takashi
YAMAMOTO Takashi wrote: hi, i tried to reproduce the large swap cache issue, but no luck. can you provide a little more detailed instruction? This issue also happens on generic 2.6.25-rc3-mm1 (with limitting only memory), so I think this issue is not related to your patch. I'm