cvs commit: src/sys/rpc rpcclnt.h src/sys/nfsclient nfs.h src/sys/nfsserver nfs.h

Peter Wemm peter at FreeBSD.org
Sat Mar 13 22:21:56 PST 2004


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


More information about the cvs-all mailing list