From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [patch v3 -mm 2/3] memcg: Get rid of soft-limit tree infrastructure Date: Thu, 16 May 2013 15:16:58 -0700 Message-ID: <20130516221658.GH7171@mtj.dyndns.org> References: <1368431172-6844-1-git-send-email-mhocko@suse.cz> <1368431172-6844-3-git-send-email-mhocko@suse.cz> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=D+vaeiIIH8eS3QhCPcpl6B2IyTRVpM8iZGpCkV20cGo=; b=enAvgfAmJK1y51f6yNYLYbJvAdRmJnGA4JBWrzHvpEBXg4VSbnwDke7bKWpLpIVlT5 dxzUM87rm8bAWKtExbXEgt5WfENDLSySZJkwyIFLPIyaqOJcMC7aSSMKayLEZ5Yep6i/ ODGHXMbQ++L20+LpvCaB2+J8inyuVxYG+J8Hxqr7hrsMcibQGNoJ7+eSMerBBW2I4TEc N9I9AZpw2WZv/1mNZo8KNNKn5/n927TEmeUwle5MeFPk6G0LEzmZj0lOoMdpXqczU3kS 7xN8pCmxHQCTARqxBSJWaEDC/2I/H9iivxF0GtkHQC2VlsI8l/gQjMb7gVwCCGWXTbIK cAhw== Content-Disposition: inline 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" Content-Transfer-Encoding: 7bit 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 , Glauber Costa , Michel Lespinasse , Greg Thelen , Balbir Singh On Mon, May 13, 2013 at 09:46:11AM +0200, 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 Reviewed-by: Tejun Heo Nice cleanup, thanks. -- tejun -- 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 S1755057Ab3EPWRM (ORCPT ); Thu, 16 May 2013 18:17:12 -0400 Received: from mail-qa0-f42.google.com ([209.85.216.42]:42116 "EHLO mail-qa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755017Ab3EPWRF (ORCPT ); Thu, 16 May 2013 18:17:05 -0400 Date: Thu, 16 May 2013 15:16:58 -0700 From: Tejun Heo 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 , Glauber Costa , Michel Lespinasse , Greg Thelen , Balbir Singh Subject: Re: [patch v3 -mm 2/3] memcg: Get rid of soft-limit tree infrastructure Message-ID: <20130516221658.GH7171@mtj.dyndns.org> References: <1368431172-6844-1-git-send-email-mhocko@suse.cz> <1368431172-6844-3-git-send-email-mhocko@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1368431172-6844-3-git-send-email-mhocko@suse.cz> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 13, 2013 at 09:46:11AM +0200, 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 Reviewed-by: Tejun Heo Nice cleanup, thanks. -- tejun