Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763257AbXHPU1e (ORCPT ); Thu, 16 Aug 2007 16:27:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756227AbXHPU10 (ORCPT ); Thu, 16 Aug 2007 16:27:26 -0400 Received: from netops-testserver-4-out.sgi.com ([192.48.171.29]:37870 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756160AbXHPU1Z (ORCPT ); Thu, 16 Aug 2007 16:27:25 -0400 Date: Thu, 16 Aug 2007 13:27:24 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Nick Piggin cc: Peter Zijlstra , linux-mm@kvack.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, dkegel@google.com, David Miller , Daniel Phillips Subject: Re: [RFC 0/3] Recursive reclaim (on __PF_MEMALLOC) In-Reply-To: <20070816032921.GA32197@wotan.suse.de> Message-ID: References: <20070814142103.204771292@sgi.com> <20070815122253.GA15268@wotan.suse.de> <1187183526.6114.45.camel@twins> <20070816032921.GA32197@wotan.suse.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 957 Lines: 23 On Thu, 16 Aug 2007, Nick Piggin wrote: > > Honestly, I don't. They very much do not solve the problem, they just > > displace it. > > Well perhaps it doesn't work for networked swap, because dirty accounting > doesn't work the same way with anonymous memory... but for _filesystems_, > right? Regular reclaim also cannot immediately write out pages. Writes are usually deferred. If you have too many anonymous pages in regular reclaim then you can have the same issues. The difference is that recursive reclaim does not trigger writeout at the moment but we could address that by having a pageout list that then starts writes from another context. Then both reclaims would be able to trigger writeout. - 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/