cvs commit: src/sys/vfs/nfs nfs.h nfs_subs.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Feb 21 11:00:57 PST 2006
dillon 2006/02/21 11:00:19 PST
DragonFly src repository
Modified files:
sys/vfs/nfs nfs.h nfs_subs.c
Log:
Change the server side NFS write gather delay from 10ms to 20ms. This
avoids a boundary condition with the 100hz system clock and should slightly
improve write gather performance.
Use getmicrouptime() instead of getmicrotime() to record access cache
timestamps. This prevents the client-side NFS attribute cache from
getting confused if the system time steps backwards.
Revision Changes Path
1.14 +1 -1 src/sys/vfs/nfs/nfs.h
1.34 +6 -1 src/sys/vfs/nfs/nfs_subs.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nfs/nfs.h.diff?r1=1.13&r2=1.14&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nfs/nfs_subs.c.diff?r1=1.33&r2=1.34&f=u
More information about the Commits
mailing list