From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752286Ab1AHWgW (ORCPT ); Sat, 8 Jan 2011 17:36:22 -0500 Received: from zene.cmpxchg.org ([85.214.230.12]:35614 "EHLO zene.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752151Ab1AHWgV (ORCPT ); Sat, 8 Jan 2011 17:36:21 -0500 Date: Sat, 8 Jan 2011 23:36:17 +0100 From: Johannes Weiner To: Minchan Kim Cc: Andrew Morton , linux-mm , LKML , KAMEZAWA Hiroyuki , Christoph Hellwig , Hugh Dickins Subject: Re: [PATCH 7/7] Change __remove_from_page_cache Message-ID: <20110108223616.GH23189@cmpxchg.org> References: <6661e5a219276b590365774d90ec8e300956a3ad.1293031047.git.minchan.kim@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6661e5a219276b590365774d90ec8e300956a3ad.1293031047.git.minchan.kim@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 23, 2010 at 12:32:49AM +0900, Minchan Kim wrote: > Now we renamed remove_from_page_cache with delete_from_page_cache. > As consistency of __remove_from_swap_cache and remove_from_swap_cache, > We change internal page cache handling function name, too. > > Cc: Christoph Hellwig > Cc: Hugh Dickins > Signed-off-by: Minchan Kim Reviewed-by: Johannes Weiner