DragonFly commits List (threaded) for 2009-07
DragonFly BSD
DragonFly commits List (threaded) for 2009-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 17 Jul 2009 18:36:09 -0700 (PDT)

commit 13ddc89513d7d229d92707032ce077664acb0899
Author: Matthew Dillon <dillon@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



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