From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932488AbcFHHNk (ORCPT ); Wed, 8 Jun 2016 03:13:40 -0400 Received: from LGEAMRELO11.lge.com ([156.147.23.51]:37584 "EHLO lgeamrelo11.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932253AbcFHHNj (ORCPT ); Wed, 8 Jun 2016 03:13:39 -0400 X-Original-SENDERIP: 156.147.1.127 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 165.244.98.203 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 10.177.223.161 X-Original-MAILFROM: minchan@kernel.org Date: Wed, 8 Jun 2016 16:14:41 +0900 From: Minchan Kim To: Johannes Weiner CC: , , Andrew Morton , Rik van Riel , Mel Gorman , Andrea Arcangeli , Andi Kleen , Michal Hocko , Tim Chen , Subject: Re: [PATCH 02/10] mm: swap: unexport __pagevec_lru_add() Message-ID: <20160608071441.GB28155@bbox> References: <20160606194836.3624-1-hannes@cmpxchg.org> <20160606194836.3624-3-hannes@cmpxchg.org> MIME-Version: 1.0 In-Reply-To: <20160606194836.3624-3-hannes@cmpxchg.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-MIMETrack: Itemize by SMTP Server on LGEKRMHUB02/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2016/06/08 16:13:33, Serialize by Router on LGEKRMHUB02/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2016/06/08 16:13:33, Serialize complete at 2016/06/08 16:13:33 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 06, 2016 at 03:48:28PM -0400, Johannes Weiner wrote: > There is currently no modular user of this function. We used to have > filesystems that open-coded the page cache instantiation, but luckily > they're all streamlined, and we don't want this to come back. > > Signed-off-by: Johannes Weiner Acked-by: Minchan Kim