From owner-cvs-all Thu Dec 16 9: 1:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD64814E17; Thu, 16 Dec 1999 09:01:34 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA12091; Thu, 16 Dec 1999 09:01:34 -0800 (PST) (envelope-from dillon@FreeBSD.org) Message-Id: <199912161701.JAA12091@freefall.freebsd.org> From: Matt Dillon Date: Thu, 16 Dec 1999 09:01:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_serv.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/12/16 09:01:34 PST Modified files: sys/nfs nfs_serv.c Log: Have NFS use a snapshot of boottime instead of boottime itself to generate the NFSv3 Version id. boottime itself may change, sometimes once every tick if you are running xntpd, which really throws off clients. Clients will tend to throw away what they believe to be stale data too often, and can get into long loops rewriting the same data over and over again because they believe the server has rebooted over and over again due to the changing version id. Approved by: jkh Revision Changes Path 1.92 +15 -7 src/sys/nfs/nfs_serv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message