DragonFly-2.3.2.79.g92540a7 master sys/vfs/nfs nfs.h nfs_socket.

看板DFBSD_commit作者時間16年前 (2009/07/18 10:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 92540a7e8a1b3cc6e3947287af0876e90c57b0cb Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Jul 16 19:37:21 2009 -0700 NFS - refactor nfs_request() and add state machine fields to nfsm_info * nfs_request() now operates as a state machine and can be told to return when it reaches any state, allowing RPC sequences to be split up (to be used by the new iod). Summary of changes: sys/vfs/nfs/nfs.h | 12 -- sys/vfs/nfs/nfs_socket.c | 284 +++++++++++++++++++++++++++++++--------------- sys/vfs/nfs/nfsm_subs.c | 12 ++- sys/vfs/nfs/nfsm_subs.h | 30 +++++ 4 files changed, 230 insertions(+), 108 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/92540a7e8a1b3cc6e3947287af0876e90c57b0cb -- DragonFly BSD source repository
文章代碼(AID): #1AOIpZQx (DFBSD_commit)