DragonFly-2.3.2.81.g13ddc master sys/vfs/nfs nfs.h nfs_iod.c nfs_kerb.c nfs_socket.c nfs_vfsops.c

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Jul 17 18:37:37 PDT 2009


commit 13ddc89513d7d229d92707032ce077664acb0899
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Jul 17 04:38:35 2009 -0700

    NFS - Fix unmounting blockages, fix tick interval, hack cpu assignments.
    
    * Umount was having problems due to the way the helper threads were
      being shutdown.  Should be fixed.
    
    * The NFS timer, which is responsible for handling retransmits and
      timeouts, did not need to be set to one tick (10ms).  200ms is
      just fine.
    
    * Hack cpu assignments for the tx and rx helper threads.

Summary of changes:
 sys/vfs/nfs/nfs.h        |    5 +++--
 sys/vfs/nfs/nfs_iod.c    |   13 ++++++++++---
 sys/vfs/nfs/nfs_kerb.c   |    1 -
 sys/vfs/nfs/nfs_socket.c |    6 ++++--
 sys/vfs/nfs/nfs_vfsops.c |   36 ++++++++++++++++++++++++++++++------
 5 files changed, 47 insertions(+), 14 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/13ddc89513d7d229d92707032ce077664acb0899


-- 
DragonFly BSD source repository





More information about the Commits mailing list