From: Trond Myklebust Subject: Re: 2.4.20-rc1 NFS/TCP client (still) hangs running dbench 2.0 Date: 01 Nov 2002 18:24:27 +0100 Sender: nfs-admin@lists.sourceforge.net Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Return-path: Received: from mons.uio.no ([129.240.130.14]) by usw-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 187fXC-0002QO-00 for ; Fri, 01 Nov 2002 09:24:39 -0800 To: Andrew Ryan In-Reply-To: Errors-To: nfs-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Id: Discussion of NFS under Linux development, interoperability, and testing. List-Unsubscribe: , List-Archive: >>>>> " " == Andrew Ryan writes: > 2.4.20rc1 still exhibits the same identical problem as > 2.4.19+kmap1 patch which I identified a few weeks ago. I guess > that patch was applied to 2.4.20, since it doesn't appear on > Trond's patch page for 2.4.20. Does the following patch work for you? Cheers, Trond diff -u --recursive --new-file linux-2.4.20-rc1/net/sunrpc/xdr.c linux-2.4.20-fix/net/sunrpc/xdr.c --- linux-2.4.20-rc1/net/sunrpc/xdr.c 2002-08-14 09:00:35.000000000 -0400 +++ linux-2.4.20-fix/net/sunrpc/xdr.c 2002-11-01 12:08:52.000000000 -0500 @@ -244,6 +244,7 @@ pglen -= base; base += xdr->page_base; ppage += base >> PAGE_CACHE_SHIFT; + pglen += base & ~PAGE_CACHE_MASK; } for (;;) { flush_dcache_page(*ppage); ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs