From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754740Ab0DFPrh (ORCPT ); Tue, 6 Apr 2010 11:47:37 -0400 Received: from cantor2.suse.de ([195.135.220.15]:51381 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753146Ab0DFPrc (ORCPT ); Tue, 6 Apr 2010 11:47:32 -0400 Date: Wed, 7 Apr 2010 01:47:28 +1000 From: Nick Piggin To: Minchan Kim Cc: Andrew Morton , Anton Altaparmakov , Al Viro , Jiri Kosina , Christoph Hellwig , linux-kernel@vger.kernel.org, linux-ntfs-dev@lists.sourceforge.net Subject: Re: [PATCH 2/2] ntfs: use add_to_page_cache_lru Message-ID: <20100406154728.GF5288@laptop> References: <1270482365.1814.138.camel@barrios-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1270482365.1814.138.camel@barrios-desktop> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 06, 2010 at 12:46:05AM +0900, Minchan Kim wrote: > > While I discuss exportable add_to_page_cache_lru, > http://marc.info/?l=linux-mm&m=127047788612445&w=2 > I found that > http://www.mail-archive.com/linux-btrfs@vger.kernel.org/msg04472.html. > > Let's change to use it in ntfs. Thanks, I went through most filesystems and changed it in those too, including ntfs. Haven't had much feedback but I'll just send the patches to Andrew if they haven't been merged by next release.