Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932508AbVLEVTM (ORCPT ); Mon, 5 Dec 2005 16:19:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932512AbVLEVTM (ORCPT ); Mon, 5 Dec 2005 16:19:12 -0500 Received: from pat.uio.no ([129.240.130.16]:54480 "EHLO pat.uio.no") by vger.kernel.org with ESMTP id S932508AbVLEVTK (ORCPT ); Mon, 5 Dec 2005 16:19:10 -0500 Subject: Re: nfs unhappiness with memory pressure From: Trond Myklebust To: Nick Piggin Cc: Kenny Simpson , Andrew Morton , linux-kernel@vger.kernel.org In-Reply-To: <4394A87E.7050507@yahoo.com.au> References: <20051205180139.64009.qmail@web34114.mail.mud.yahoo.com> <1133813590.12393.7.camel@lade.trondhjem.org> <1133814806.12393.10.camel@lade.trondhjem.org> <4394A87E.7050507@yahoo.com.au> Content-Type: text/plain Date: Mon, 05 Dec 2005 16:18:56 -0500 Message-Id: <1133817536.12393.21.camel@lade.trondhjem.org> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: 7bit X-UiO-Spam-info: not spam, SpamAssassin (score=-3.712, required 12, autolearn=disabled, AWL 1.29, UIO_MAIL_IS_INTERNAL -5.00) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 745 Lines: 19 On Tue, 2005-12-06 at 07:52 +1100, Nick Piggin wrote: > The VM doesn't expect to have to rely on pdflush to write out pages > for it. ->writepage should be enough. Adding wakeup_pdflush here > actually could do the wrong thing for non-NFS filesystems if it > starts more writeback. nr_unstable is not going to be set for non-NFS filesystems. 'unstable' is a caching state in which pages have been written out to the NFS server, but the server has not yet flushed the data to disk. Cheers, Trond - 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/