NFS - refactor nfs_request() and add state machine fields to nfsm_info
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Jul 2009 02:37:21 +0000 (19:37 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Jul 2009 02:37:21 +0000 (19:37 -0700)
commit92540a7e8a1b3cc6e3947287af0876e90c57b0cb
treeab9acd2aecb1c8c791e53891d6ddfcbd6228b4c4
parentc16c1c4b0371dcf38c1c460f8265a867acf1e89d
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).
sys/vfs/nfs/nfs.h
sys/vfs/nfs/nfs_socket.c
sys/vfs/nfs/nfsm_subs.c
sys/vfs/nfs/nfsm_subs.h