Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 11 Sep 2002 13:17:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 11 Sep 2002 13:17:53 -0400 Received: from dsl-213-023-021-043.arcor-ip.net ([213.23.21.43]:38631 "EHLO starship") by vger.kernel.org with ESMTP id ; Wed, 11 Sep 2002 13:17:52 -0400 Content-Type: text/plain; charset=US-ASCII From: Daniel Phillips To: Rik van Riel , Andrew Morton Subject: Re: invalidate_inode_pages in 2.5.32/3 Date: Wed, 11 Sep 2002 19:14:58 +0200 X-Mailer: KMail [version 1.3.2] Cc: Chuck Lever , , Linux Kernel Mailing List References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 907 Lines: 24 On Wednesday 11 September 2002 18:18, Rik van Riel wrote: > On Tue, 10 Sep 2002, Andrew Morton wrote: > > > We _could_ walk the pte chain in writeback. But that would involve > > visiting every page in the mapping, basically. That could hurt. > > > > But if a page is already dirty, and we're going to write it anyway, > > it makes tons of sense to run around and clean all the ptes which > > point at it. > > Walking ptes probably doesn't hurt as much as doing extra > disk IO, so I guess you're right ;) Well, but the thing I'm worried about is that we have failed to implement sys_msync at this point, please reassure me on that, if possible. -- Daniel - 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/