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


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

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



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