From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751860AbWFWSLl (ORCPT ); Fri, 23 Jun 2006 14:11:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751863AbWFWSLl (ORCPT ); Fri, 23 Jun 2006 14:11:41 -0400 Received: from smtp-out.google.com ([216.239.45.12]:59110 "EHLO smtp-out.google.com") by vger.kernel.org with ESMTP id S1751860AbWFWSLl (ORCPT ); Fri, 23 Jun 2006 14:11:41 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=received:message-id:date:from:user-agent: x-accept-language:mime-version:to:cc:subject:references:in-reply-to: content-type:content-transfer-encoding; b=q2Q5Y7Hysj7Gcrmu4Ze3ayxthPeUrKJ+1TmzYOayEfhMjmHDapz/FFM9FCnwkPcZW wdmZ87t5LPfFNXwuf0mCA== Message-ID: <449C2EC2.8050602@google.com> Date: Fri, 23 Jun 2006 11:11:14 -0700 From: Martin Bligh User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051011) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christoph Lameter CC: Peter Zijlstra , Hugh Dickins , Linus Torvalds , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Andrew Morton , David Howells , Christoph Lameter , Nick Piggin Subject: Re: [PATCH] mm: tracking shared dirty pages -v10 References: <20060619175243.24655.76005.sendpatchset@lappy> <20060619175253.24655.96323.sendpatchset@lappy> <1151019590.15744.144.camel@lappy> <1151083338.30819.28.camel@lappy> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org >>I intent to make swap over NFS work next. > > > I am still a bit unclear on what you mean by "work." The only > issue may be to consider the amount of swap pages about to be written out > for write throttling. I had assumed this was a sick joke. Please tell me people aren't really swapping over NFS. That's *insane*. M.