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

看板DFBSD_commit作者時間16年前 (2009/07/18 10:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1AOIpbJn (DFBSD_commit)