DragonFly BSD
DragonFly commits List (threaded) for 2006-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/vfs/nfs nfs.h nfs_subs.c nfs_vnops.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 21 Feb 2006 09:52:52 -0800 (PST)

dillon      2006/02/21 09:52:52 PST

DragonFly src repository

  Modified files:
    sys/vfs/nfs          nfs.h nfs_subs.c nfs_vnops.c 
  Log:
  Reduce the default NFSv3 access cache timeout from 60 seconds to 10 seconds.
  The user can still adjust the timeout via vfs.nfs.access_cache_timeout.
  
  Change the dynamic attribute cache timeout heuristic to be the approximate
  number of seconds since the file was last modified divided by 60.  It used
  to be divided by 10.
  
  Revision  Changes    Path
  1.13      +3 -0      src/sys/vfs/nfs/nfs.h
  1.33      +1 -1      src/sys/vfs/nfs/nfs_subs.c
  1.46      +1 -1      src/sys/vfs/nfs/nfs_vnops.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nfs/nfs.h.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nfs/nfs_subs.c.diff?r1=1.32&r2=1.33&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nfs/nfs_vnops.c.diff?r1=1.45&r2=1.46&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]