Re: [-mm] Add an owner to the mm_struct (v2)

From: KAMEZAWA Hiroyuki
Date: Fri Mar 28 2008 - 07:02:21 EST


On Fri, 28 Mar 2008 16:21:16 +0530
Balbir Singh <balbir@xxxxxxxxxxxxxxxxxx> wrote:

> > -a bit off topic-
> > BTW, could you move mem_cgroup_from_task() to include/linux/memcontrol.h ?
> >
>
> Yes, that can be done
>
> > Then, I'll add an interface like
> > mem_cgroup_charge_xxx(struct page *page, struct mem_cgroup *mem, gfp_mask mask)
> >
> > This can be called in following way:
> > mem_cgroup_charge_xxx(page, mem_cgroup_from_task(current), GFP_XXX);
> > and I don't have to access mm_struct's member in this case.
> >
>
> OK. Will do. Can that wait until Andrew picks up these patches. Then I'll put
> that as an add-on?
>
Of course, I can wait.

Thanks,
-Kame

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/