From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753900AbYC1KzR (ORCPT ); Fri, 28 Mar 2008 06:55:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752023AbYC1KzE (ORCPT ); Fri, 28 Mar 2008 06:55:04 -0400 Received: from E23SMTP04.au.ibm.com ([202.81.18.173]:58826 "EHLO e23smtp04.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752014AbYC1KzC (ORCPT ); Fri, 28 Mar 2008 06:55:02 -0400 Message-ID: <47ECCDA4.3050909@linux.vnet.ibm.com> Date: Fri, 28 Mar 2008 16:21:16 +0530 From: Balbir Singh Reply-To: balbir@linux.vnet.ibm.com Organization: IBM User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: KAMEZAWA Hiroyuki CC: Paul Menage , Pavel Emelianov , Hugh Dickins , Sudhir Kumar , YAMAMOTO Takashi , lizf@cn.fujitsu.com, linux-kernel@vger.kernel.org, taka@valinux.co.jp, linux-mm@kvack.org, David Rientjes , Andrew Morton Subject: Re: [-mm] Add an owner to the mm_struct (v2) References: <20080328082316.6961.29044.sendpatchset@localhost.localdomain> <20080328194839.fe6ffa52.kamezawa.hiroyu@jp.fujitsu.com> In-Reply-To: <20080328194839.fe6ffa52.kamezawa.hiroyu@jp.fujitsu.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org KAMEZAWA Hiroyuki wrote: > On Fri, 28 Mar 2008 13:53:16 +0530 > Balbir Singh wrote: > >> >> This patch removes the mem_cgroup member from mm_struct and instead adds >> an owner. This approach was suggested by Paul Menage. The advantage of >> this approach is that, once the mm->owner is known, using the subsystem >> id, the cgroup can be determined. It also allows several control groups >> that are virtually grouped by mm_struct, to exist independent of the memory >> controller i.e., without adding mem_cgroup's for each controller, >> to mm_struct. >> >> The code initially assigns mm->owner to the task and then after the >> thread group leader is identified. The mm->owner is changed to the thread >> group leader of the task later at the end of copy_process. >> > Hmm, I like this approach. > Thanks, > -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? Thanks for the review -- Warm Regards, Balbir Singh Linux Technology Center IBM, ISTL