Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030832AbXAZIvi (ORCPT ); Fri, 26 Jan 2007 03:51:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030831AbXAZIvh (ORCPT ); Fri, 26 Jan 2007 03:51:37 -0500 Received: from smtp.osdl.org ([65.172.181.24]:51980 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030832AbXAZIvg (ORCPT ); Fri, 26 Jan 2007 03:51:36 -0500 Date: Fri, 26 Jan 2007 00:51:17 -0800 From: Andrew Morton To: Peter Zijlstra Cc: Christoph Lameter , Trond Myklebust , linux-kernel@vger.kernel.org, linux-mm@kvack.org, pj@sgi.com Subject: Re: [PATCH] nfs: fix congestion control -v4 Message-Id: <20070126005117.5e376c16.akpm@osdl.org> In-Reply-To: <1169798617.6189.83.camel@twins> References: <20070116054743.15358.77287.sendpatchset@schroedinger.engr.sgi.com> <20070116135325.3441f62b.akpm@osdl.org> <1168985323.5975.53.camel@lappy> <1169070763.5975.70.camel@lappy> <1169070886.6523.8.camel@lade.trondhjem.org> <1169126868.6197.55.camel@twins> <1169135375.6105.15.camel@lade.trondhjem.org> <1169199234.6197.129.camel@twins> <1169212022.6197.148.camel@twins> <1169229461.6197.154.camel@twins> <1169231212.5775.29.camel@lade.trondhjem.org> <1169276500.6197.159.camel@twins> <1169482343.6083.7.camel@lade.trondhjem.org> <1169739148.6189.68.camel@twins> <20070125210950.bcdaa7f6.akpm@osdl.org> <20070125220457.a761ae6a.akpm@osdl.org> <1169798617.6189.83.camel@twins> X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) Mime-Version: 1.0 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: 1111 Lines: 33 On Fri, 26 Jan 2007 09:03:37 +0100 Peter Zijlstra wrote: > On Thu, 2007-01-25 at 22:04 -0800, Andrew Morton wrote: > > On Thu, 25 Jan 2007 21:31:43 -0800 (PST) > > Christoph Lameter wrote: > > > > > On Thu, 25 Jan 2007, Andrew Morton wrote: > > > > > > > atomic_t is 32-bit. Put 16TB of memory under writeback and blam. > > > > > > We have systems with 8TB main memory and are able to get to 16TB. > > > > But I bet you don't use 4k pages on 'em ;) > > > > > Better change it now. > > > > yup. > > I can change to atomic_long_t but that would make this patch depend on > Mathieu Desnoyers' atomic.h patch series. > > Do I send out a -v5 with this, or should I send an incremental patch > once that hits your tree? A patch against next -mm would suit, thanks. (But we already use atomic_long_t in generic code?) - 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/