Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 27 Aug 2002 00:22:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 27 Aug 2002 00:22:12 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:1289 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id ; Tue, 27 Aug 2002 00:22:11 -0400 Message-ID: <3D6B0215.9FDECCAC@zip.com.au> Date: Mon, 26 Aug 2002 21:37:41 -0700 From: Andrew Morton X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.19-rc5 i686) X-Accept-Language: en MIME-Version: 1.0 To: Benjamin LaHaise CC: Daniel Phillips , Christian Ehrhardt , lkml , "linux-mm@kvack.org" Subject: Re: MM patches against 2.5.31 References: <3D644C70.6D100EA5@zip.com.au> <20020826200048.3952.qmail@thales.mathematik.uni-ulm.de> <3D6A9E4D.DBCC5D0A@zip.com.au> <20020826234230.B21820@redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1026 Lines: 23 Benjamin LaHaise wrote: > > On Mon, Aug 26, 2002 at 02:31:57PM -0700, Andrew Morton wrote: > > I like the magical-removal-just-before-free, and my gut feel is that > > it'll provide a cleaner end result. > > For the record, I'd rather see explicite removal everwhere. We received > a number of complaints along the lines of "I run my app immediately after > system startup, and it's fast, but the second time it's slower" due to > the lazy page reclaim in early 2.4. Until there's a way to make LRU > scanning faster than page allocation, it can't be lazy. > I think that's what Rik was referring to. But here, "explicit removal" refers to running lru_cache_del() prior to the final put_page, rather than within the context of the final put_page. So it's a different thing. - 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/