From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751541AbdE3WDB (ORCPT ); Tue, 30 May 2017 18:03:01 -0400 Received: from gum.cmpxchg.org ([85.214.110.215]:42490 "EHLO gum.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751145AbdE3WC7 (ORCPT ); Tue, 30 May 2017 18:02:59 -0400 Date: Tue, 30 May 2017 18:02:38 -0400 From: Johannes Weiner To: Andrew Morton Cc: Josef Bacik , Michal Hocko , Vladimir Davydov , Rik van Riel , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH 1/6] mm: vmscan: delete unused pgdat_reclaimable_pages() Message-ID: <20170530220238.GA7731@cmpxchg.org> References: <20170530181724.27197-1-hannes@cmpxchg.org> <20170530181724.27197-2-hannes@cmpxchg.org> <20170530145029.59cef9048c3c254c9357eff1@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170530145029.59cef9048c3c254c9357eff1@linux-foundation.org> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 30, 2017 at 02:50:29PM -0700, Andrew Morton wrote: > On Tue, 30 May 2017 14:17:19 -0400 Johannes Weiner wrote: > > > -extern unsigned long pgdat_reclaimable_pages(struct pglist_data *pgdat); > > Josef's "mm: make kswapd try harder to keep active pages in cache" > added a new callsite. Ah yes, I forgot you pulled that in. The next version of his patch shouldn't need it anymore.