SUNRPC: Remove sock and inet fields from rpc_xprt
authorChuck Lever <chuck.lever@oracle.com>
Tue, 5 Dec 2006 21:35:15 +0000 (16:35 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 6 Dec 2006 15:46:49 +0000 (10:46 -0500)
commitee0ac0c227c2a2b6dd1b33c23831100ee895dacf
tree62e0e0b7e0ee049795b2e97990c4a2774e59e223
parentffc2e518c91942b7ed45fb0ab7deba1ba0c8594a
SUNRPC: Remove sock and inet fields from rpc_xprt

The "sock" and "inet" fields are socket-specific.  Move them to a private
data structure maintained entirely within net/sunrpc/xprtsock.c

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