commit | 51971139b2342fa1005e87bbfcb52305da3fe891 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Tue Dec 05 16:35:19 2006 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Dec 06 10:46:49 2006 -0500 |
tree | e3d48890ba589ba9f08c33480a14dfd90db7dba5 | |
parent | ee0ac0c227c2a2b6dd1b33c23831100ee895dacf [diff] |
SUNRPC: Move TCP receive state variables into private data structure Move the TCP receive state variables from the generic rpc_xprt structure to a private structure maintained inside net/sunrpc/xprtsock.c. Also rename a function/variable pair to refer to RPC fragment headers instead of record markers, to be consistent with types defined in sunrpc/*.h. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>