看板 DFBSD_commit 關於我們 聯絡資訊
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