NFS - implement async state machine for nfs_readrpc_bio()
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Jul 2009 10:02:13 +0000 (03:02 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 17 Jul 2009 10:02:13 +0000 (03:02 -0700)
commitedb90c22215c117a8162c87a749513471fe98f53
tree70bc52372d1b55457b60627d5289381617d61880
parent92540a7e8a1b3cc6e3947287af0876e90c57b0cb
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.
sys/vfs/nfs/nfs.h
sys/vfs/nfs/nfs_bio.c
sys/vfs/nfs/nfs_iod.c
sys/vfs/nfs/nfs_socket.c
sys/vfs/nfs/nfs_vfsops.c
sys/vfs/nfs/nfs_vnops.c
sys/vfs/nfs/nfsm_subs.c
sys/vfs/nfs/nfsm_subs.h
sys/vfs/nfs/nfsmount.h