Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 31 Oct 2002 11:12:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 31 Oct 2002 11:12:04 -0500 Received: from carisma.slowglass.com ([195.224.96.167]:4874 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Thu, 31 Oct 2002 11:12:02 -0500 Date: Thu, 31 Oct 2002 16:18:26 +0000 From: Christoph Hellwig To: Nikita Danilov Cc: Linus Torvalds , Linux Kernel Mailing List , Reiserfs mail-list Subject: Re: [PATCH]: reiser4 [5/8] export remove_from_page_cache() Message-ID: <20021031161826.A9747@infradead.org> Mail-Followup-To: Christoph Hellwig , Nikita Danilov , Linus Torvalds , Linux Kernel Mailing List , Reiserfs mail-list References: <15809.21559.295852.205720@laputa.namesys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <15809.21559.295852.205720@laputa.namesys.com>; from Nikita@Namesys.COM on Thu, Oct 31, 2002 at 07:03:03PM +0300 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 776 Lines: 16 On Thu, Oct 31, 2002 at 07:03:03PM +0300, Nikita Danilov wrote: > Hello, Linus, > > Following patch exports remove_from_page_cache(). reiser4 stores all > meta-data in the page cache. When piece of meta-data is removed, > corresponding page has to be removed from the page cache (this is > similar to truncate, but for meta-data), explicit call to > remove_from_page_cache() is required at this point. Could you please explain the code that needs it? No one should call this in individual filesystem drivers. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/