From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752897AbcGVPxu (ORCPT ); Fri, 22 Jul 2016 11:53:50 -0400 Received: from gum.cmpxchg.org ([85.214.110.215]:54116 "EHLO gum.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751605AbcGVPxt (ORCPT ); Fri, 22 Jul 2016 11:53:49 -0400 Date: Fri, 22 Jul 2016 11:53:43 -0400 From: Johannes Weiner To: Mel Gorman Cc: Andrew Morton , Minchan Kim , Michal Hocko , Vlastimil Babka , Linux-MM , LKML Subject: Re: [PATCH 2/5] mm, vmscan: Remove highmem_file_pages Message-ID: <20160722155343.GC23650@cmpxchg.org> References: <1469110261-7365-1-git-send-email-mgorman@techsingularity.net> <1469110261-7365-3-git-send-email-mgorman@techsingularity.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1469110261-7365-3-git-send-email-mgorman@techsingularity.net> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 21, 2016 at 03:10:58PM +0100, Mel Gorman wrote: > With the reintroduction of per-zone LRU stats, highmem_file_pages is > redundant so remove it. > > Signed-off-by: Mel Gorman Acked-by: Johannes Weiner