cvs commit: src/sys/vfs/nfs nfs.h nfs_subs.c nfs_vnops.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Feb 21 09:53:58 PST 2006
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
More information about the Commits
mailing list