看板 DFBSD_commit 關於我們 聯絡資訊
commit e21aec5b97250bf976585792dcedc4bfc00cfc4f Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Jul 15 21:14:04 2009 -0700 NFS - move nfs_reqq from global to per-nfsmount. Summary of changes: sys/vfs/nfs/nfs.h | 7 +- sys/vfs/nfs/nfs_socket.c | 227 ++++++++++++++++++++++++---------------------- sys/vfs/nfs/nfs_subs.c | 4 +- sys/vfs/nfs/nfs_vfsops.c | 1 + sys/vfs/nfs/nfsmount.h | 2 + 5 files changed, 127 insertions(+), 114 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e21aec5b97250bf976585792dcedc4bfc00cfc4f -- DragonFly BSD source repository