Re: [RFC][PATCH 1/3] memcg: add methods to access pc->mem_cgroup
From: KAMEZAWA Hiroyuki <hidden>
Date: 2012-03-19 12:12:52
Also in:
linux-mm
From: KAMEZAWA Hiroyuki <hidden>
Date: 2012-03-19 12:12:52
Also in:
linux-mm
(2012/03/19 19:58), Glauber Costa wrote:
On 03/19/2012 11:59 AM, KAMEZAWA Hiroyuki wrote:quoted
In order to encode pc->mem_cgroup and pc->flags to be in a word, access function to pc->mem_cgroup is required. This patch replaces access to pc->mem_cgroup with pc_to_mem_cgroup(pc) : pc->mem_cgroup pc_set_mem_cgroup(pc, memcg) : pc->mem_cgroup = memcg Following patch will remove pc->mem_cgroup. Signed-off-by: KAMEZAWA Hiroyuki<redacted>Kame, I can't see a reason not to merge this patch right now, regardless of the other ones.
Ok, if names of functions seems good, I'll post again. Thanks, -Kame