From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932680AbcGEKk0 (ORCPT ); Tue, 5 Jul 2016 06:40:26 -0400 Received: from outbound-smtp02.blacknight.com ([81.17.249.8]:34444 "EHLO outbound-smtp02.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751070AbcGEKkY (ORCPT ); Tue, 5 Jul 2016 06:40:24 -0400 Date: Tue, 5 Jul 2016 11:40:20 +0100 From: Mel Gorman To: Minchan Kim Cc: Andrew Morton , Linux-MM , Rik van Riel , Vlastimil Babka , Johannes Weiner , LKML Subject: Re: [PATCH 12/31] mm, vmscan: make shrink_node decisions more node-centric Message-ID: <20160705104020.GI11498@techsingularity.net> References: <1467403299-25786-1-git-send-email-mgorman@techsingularity.net> <1467403299-25786-13-git-send-email-mgorman@techsingularity.net> <20160705062436.GE28164@bbox> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20160705062436.GE28164@bbox> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 05, 2016 at 03:24:36PM +0900, Minchan Kim wrote: > > diff --git a/mm/vmscan.c b/mm/vmscan.c > > index 2f898ba2ee2e..b8e0f76b6e00 100644 > > --- a/mm/vmscan.c > > +++ b/mm/vmscan.c > > @@ -2226,10 +2226,11 @@ static inline void init_tlb_ubc(void) > > /* > > * This is a basic per-zone page freer. Used by both kswapd and direct reclaim. > > per-node freer > Fixed. -- Mel Gorman SUSE Labs From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f71.google.com (mail-wm0-f71.google.com [74.125.82.71]) by kanga.kvack.org (Postfix) with ESMTP id CE77A6B0005 for ; Tue, 5 Jul 2016 06:40:23 -0400 (EDT) Received: by mail-wm0-f71.google.com with SMTP id r190so84481841wmr.0 for ; Tue, 05 Jul 2016 03:40:23 -0700 (PDT) Received: from outbound-smtp06.blacknight.com (outbound-smtp06.blacknight.com. [81.17.249.39]) by mx.google.com with ESMTPS id h142si3275362wmd.3.2016.07.05.03.40.22 for (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 05 Jul 2016 03:40:22 -0700 (PDT) Received: from mail.blacknight.com (pemlinmail06.blacknight.ie [81.17.255.152]) by outbound-smtp06.blacknight.com (Postfix) with ESMTPS id 6DC3F98C3A for ; Tue, 5 Jul 2016 10:40:22 +0000 (UTC) Date: Tue, 5 Jul 2016 11:40:20 +0100 From: Mel Gorman Subject: Re: [PATCH 12/31] mm, vmscan: make shrink_node decisions more node-centric Message-ID: <20160705104020.GI11498@techsingularity.net> References: <1467403299-25786-1-git-send-email-mgorman@techsingularity.net> <1467403299-25786-13-git-send-email-mgorman@techsingularity.net> <20160705062436.GE28164@bbox> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20160705062436.GE28164@bbox> Sender: owner-linux-mm@kvack.org List-ID: To: Minchan Kim Cc: Andrew Morton , Linux-MM , Rik van Riel , Vlastimil Babka , Johannes Weiner , LKML On Tue, Jul 05, 2016 at 03:24:36PM +0900, Minchan Kim wrote: > > diff --git a/mm/vmscan.c b/mm/vmscan.c > > index 2f898ba2ee2e..b8e0f76b6e00 100644 > > --- a/mm/vmscan.c > > +++ b/mm/vmscan.c > > @@ -2226,10 +2226,11 @@ static inline void init_tlb_ubc(void) > > /* > > * This is a basic per-zone page freer. Used by both kswapd and direct reclaim. > > per-node freer > Fixed. -- Mel Gorman SUSE Labs -- 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