(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