Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161760Ab3DEKTN (ORCPT ); Fri, 5 Apr 2013 06:19:13 -0400 Received: from mx2.parallels.com ([199.115.105.18]:60180 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1765868Ab3DEKTM (ORCPT ); Fri, 5 Apr 2013 06:19:12 -0400 Message-ID: <515EA53C.3060403@parallels.com> Date: Fri, 5 Apr 2013 14:19:40 +0400 From: Glauber Costa User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Li Zefan CC: , LKML , Cgroups , Tejun Heo , Michal Hocko , KAMEZAWA Hiroyuki , Johannes Weiner Subject: Re: [RFC][PATCH 3/7] memcg: use css_get/put when charging/uncharging kmem References: <515BF233.6070308@huawei.com> <515BF284.7060401@huawei.com> In-Reply-To: <515BF284.7060401@huawei.com> Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 788 Lines: 18 On 04/03/2013 01:12 PM, Li Zefan wrote: > Use css_get/put instead of mem_cgroup_get/put. > > We can't do a simple replacement, because here mem_cgroup_put() > is called during mem_cgroup_css_free(), while mem_cgroup_css_free() > won't be called until css refcnt goes down to 0. > > Instead we increment css refcnt in mem_cgroup_css_offline(), and > then check if there's still kmem charges. If not, css refcnt will > be decremented, otherwise the refcnt will be decremented when > kmem charges goes down to 0. That is okay, it should work. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/