From owner-cvs-all Fri Feb 5 23:48:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07321 for cvs-all-outgoing; Fri, 5 Feb 1999 23:48:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA07315; Fri, 5 Feb 1999 23:48:57 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA02164; Fri, 5 Feb 1999 23:48:57 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Fri, 5 Feb 1999 23:48:57 -0800 (PST) Message-Id: <199902060748.XAA02164@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/02/05 23:48:57 PST Modified files: sys/nfs nfs_vnops.c Log: Flush delayed-write data out prior to issuing a rename rpc. This appears to fix the problem w/ NFSV3 whereby a make installworld would get into high-network-bandwidth situations continuously trying to retry nfs writes that fail with a 'stale file handle' error. Revision Changes Path 1.120 +14 -1 src/sys/nfs/nfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message