From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glauber Costa Subject: Re: [patch v3 -mm 2/3] memcg: Get rid of soft-limit tree infrastructure Date: Wed, 15 May 2013 12:38:52 +0400 Message-ID: <5193499C.8080505@parallels.com> References: <1368431172-6844-1-git-send-email-mhocko@suse.cz> <1368431172-6844-3-git-send-email-mhocko@suse.cz> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1368431172-6844-3-git-send-email-mhocko@suse.cz> Sender: owner-linux-mm@kvack.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Michal Hocko Cc: Andrew Morton , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, Johannes Weiner , KAMEZAWA Hiroyuki , Ying Han , Hugh Dickins , Michel Lespinasse , Greg Thelen , Tejun Heo , Balbir Singh On 05/13/2013 11:46 AM, Michal Hocko wrote: > Now that the soft limit is integrated to the reclaim directly the whole > soft-limit tree infrastructure is not needed anymore. Rip it out. > > Signed-off-by: Michal Hocko > --- > mm/memcontrol.c | 224 +------------------------------------------------------ > 1 file changed, 1 insertion(+), 223 deletions(-) Great =) Reviewed-by: Glauber Costa -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932465Ab3EOIiI (ORCPT ); Wed, 15 May 2013 04:38:08 -0400 Received: from mx2.parallels.com ([199.115.105.18]:60274 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932436Ab3EOIiE (ORCPT ); Wed, 15 May 2013 04:38:04 -0400 Message-ID: <5193499C.8080505@parallels.com> Date: Wed, 15 May 2013 12:38:52 +0400 From: Glauber Costa User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5 MIME-Version: 1.0 To: Michal Hocko CC: Andrew Morton , , , , Johannes Weiner , KAMEZAWA Hiroyuki , Ying Han , Hugh Dickins , "Michel Lespinasse" , Greg Thelen , Tejun Heo , Balbir Singh Subject: Re: [patch v3 -mm 2/3] memcg: Get rid of soft-limit tree infrastructure References: <1368431172-6844-1-git-send-email-mhocko@suse.cz> <1368431172-6844-3-git-send-email-mhocko@suse.cz> In-Reply-To: <1368431172-6844-3-git-send-email-mhocko@suse.cz> 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 On 05/13/2013 11:46 AM, Michal Hocko wrote: > Now that the soft limit is integrated to the reclaim directly the whole > soft-limit tree infrastructure is not needed anymore. Rip it out. > > Signed-off-by: Michal Hocko > --- > mm/memcontrol.c | 224 +------------------------------------------------------ > 1 file changed, 1 insertion(+), 223 deletions(-) Great =) Reviewed-by: Glauber Costa