]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
SUNRPC: Move TCP receive state variables into private data structure
authorChuck Lever <chuck.lever@oracle.com>
Tue, 5 Dec 2006 21:35:19 +0000 (16:35 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 6 Dec 2006 15:46:49 +0000 (10:46 -0500)
commit51971139b2342fa1005e87bbfcb52305da3fe891
treee3d48890ba589ba9f08c33480a14dfd90db7dba5
parentee0ac0c227c2a2b6dd1b33c23831100ee895dacf
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>
include/linux/sunrpc/xprt.h
net/sunrpc/xprtsock.c