Change the server side NFS write gather delay from 10ms to 20ms. This
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 21 Feb 2006 19:00:19 +0000 (19:00 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 21 Feb 2006 19:00:19 +0000 (19:00 +0000)
commit2cb16efcc3dfe91c76c7b8917d07e0fd52c8c7c6
treea5afc64bf73120eca416d0dc6b374172c50547a5
parent2aee763bde004bfb950ba9eb3ec05ace0b8a0210
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.
sys/vfs/nfs/nfs.h
sys/vfs/nfs/nfs_subs.c