From owner-cvs-all Mon Feb 8 10:27:32 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA08615 for cvs-all-outgoing; Mon, 8 Feb 1999 10:27:32 -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 KAA08609; Mon, 8 Feb 1999 10:27:31 -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 KAA91218; Mon, 8 Feb 1999 10:27:31 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Mon, 8 Feb 1999 10:27:31 -0800 (PST) Message-Id: <199902081827.KAA91218@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/08 10:27:31 PST Modified files: (Branch: RELENG_3) sys/nfs nfs_vnops.c Log: Backport from -4.x. Flush delayed-write data associated with nfs vnode prior to rename operation. This is a workaround to an NFS-V3 bug whereby the delayed-write data becomes stale after the rename. Revision Changes Path 1.116.2.2 +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