DragonFly-2.3.2.80.gedb90 master sys/vfs/nfs nfs.h nfs_bio.c nfs

看板DFBSD_commit作者時間16年前 (2009/07/18 10:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit edb90c22215c117a8162c87a749513471fe98f53 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Jul 17 03:02:13 2009 -0700 NFS - implement async state machine for nfs_readrpc_bio() Implement the basic state machine mechanics to allow the two helper threads to separate transmit and receive work for any number of NFS RPCs. Summary of changes: sys/vfs/nfs/nfs.h | 22 ++- sys/vfs/nfs/nfs_bio.c | 377 +++++++++++++++++++++++++++++++++++++++------- sys/vfs/nfs/nfs_iod.c | 84 ++++++++++- sys/vfs/nfs/nfs_socket.c | 270 ++++++++++++++++++++++----------- sys/vfs/nfs/nfs_vfsops.c | 2 + sys/vfs/nfs/nfs_vnops.c | 23 ++-- sys/vfs/nfs/nfsm_subs.c | 119 +++++++++++++++- sys/vfs/nfs/nfsm_subs.h | 19 +++- sys/vfs/nfs/nfsmount.h | 4 +- 9 files changed, 751 insertions(+), 169 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/edb90c22215c117a8162c87a749513471fe98f53 -- DragonFly BSD source repository
文章代碼(AID): #1AOIpa2L (DFBSD_commit)