Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 7 Sep 2002 03:54:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 7 Sep 2002 03:54:45 -0400 Received: from dsl-213-023-021-052.arcor-ip.net ([213.23.21.52]:52662 "EHLO starship") by vger.kernel.org with ESMTP id ; Sat, 7 Sep 2002 03:54:45 -0400 Content-Type: text/plain; charset=US-ASCII From: Daniel Phillips To: Andrew Morton , Chuck Lever Subject: Re: invalidate_inode_pages in 2.5.32/3 Date: Sat, 7 Sep 2002 10:01:27 +0200 X-Mailer: KMail [version 1.3.2] Cc: Linux Kernel Mailing List References: <3D77A22A.DC3F4D1@zip.com.au> In-Reply-To: <3D77A22A.DC3F4D1@zip.com.au> 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: 769 Lines: 18 On Thursday 05 September 2002 20:27, Andrew Morton wrote: > But be aware that invalidate_inode_pages has always been best-effort. > If someone is reading, or writing one of those pages then it > certainly will not be removed. If you need assurances that the > pagecache has been taken down then we'll need something stronger > in there. But what is stopping us now from removing a page from the page cache even while IO is in progress? (Practical issue: the page lock, but that's a self-fullfilling prophesy.) -- 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/