Date: Sat, 13 Mar 2004 22:21:56 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/rpc rpcclnt.h src/sys/nfsclient nfs.h src/sys/nfsserver nfs.h Message-ID: <200403140621.i2E6Luah003828@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2004/03/13 22:21:56 PST FreeBSD src repository Modified files: sys/rpc rpcclnt.h sys/nfsclient nfs.h sys/nfsserver nfs.h Log: Calculate NFS timeouts in units of 10ms, not 5ms. This matches the default clock precision on i386. This is a NOP change on i386. But this stops the mount_nfs units from suddenly changing to units of 1/20 of a second (vs the normal 1/10 of a second) if HZ is increased. Revision Changes Path 1.78 +1 -1 src/sys/nfsclient/nfs.h 1.71 +1 -1 src/sys/nfsserver/nfs.h 1.2 +1 -1 src/sys/rpc/rpcclnt.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403140621.i2E6Luah003828>