SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields
authorChuck Lever <chuck.lever@oracle.com>
Tue, 5 Dec 2006 21:35:11 +0000 (16:35 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 6 Dec 2006 15:46:48 +0000 (10:46 -0500)
When setting up a new transport instance, allocate enough memory for an
rpc_xprt and a private area.  As part of the same memory allocation, it
will be easy to find one, given a pointer to the other.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found