From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f70.google.com (mail-oi0-f70.google.com [209.85.218.70]) by kanga.kvack.org (Postfix) with ESMTP id A5F9B6B007E for ; Wed, 8 Jun 2016 03:13:38 -0400 (EDT) Received: by mail-oi0-f70.google.com with SMTP id w9so161578646oia.3 for ; Wed, 08 Jun 2016 00:13:38 -0700 (PDT) Received: from lgeamrelo11.lge.com (LGEAMRELO11.lge.com. [156.147.23.51]) by mx.google.com with ESMTP id p73si387347iod.206.2016.06.08.00.13.37 for ; Wed, 08 Jun 2016 00:13:37 -0700 (PDT) Date: Wed, 8 Jun 2016 16:14:41 +0900 From: Minchan Kim 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> Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sender: owner-linux-mm@kvack.org List-ID: To: Johannes Weiner Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Andrew Morton , Rik van Riel , Mel Gorman , Andrea Arcangeli , Andi Kleen , Michal Hocko , Tim Chen , kernel-team@fb.com 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 -- 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 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