Searched hist:c8541ecdd5692bcfbcb5305cab9a873288d29175 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/sunrpc/ |
H A D | xprt.h | diff c8541ecdd5692bcfbcb5305cab9a873288d29175 Tue Oct 17 13:44:27 CDT 2006 Chuck Lever <chuck.lever@oracle.com> SUNRPC: Make the transport-specific setup routine allocate rpc_xprt
Change the location where the rpc_xprt structure is allocated so each transport implementation can allocate a private area from the same chunk of memory.
Note also that xprt->ops->destroy, rather than xprt_destroy, is now responsible for freeing rpc_xprt when the transport is destroyed.
Test plan: Connectathon.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
|
/openbmc/linux/net/sunrpc/ |
H A D | xprt.c | diff c8541ecdd5692bcfbcb5305cab9a873288d29175 Tue Oct 17 13:44:27 CDT 2006 Chuck Lever <chuck.lever@oracle.com> SUNRPC: Make the transport-specific setup routine allocate rpc_xprt
Change the location where the rpc_xprt structure is allocated so each transport implementation can allocate a private area from the same chunk of memory.
Note also that xprt->ops->destroy, rather than xprt_destroy, is now responsible for freeing rpc_xprt when the transport is destroyed.
Test plan: Connectathon.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
|
H A D | xprtsock.c | diff c8541ecdd5692bcfbcb5305cab9a873288d29175 Tue Oct 17 13:44:27 CDT 2006 Chuck Lever <chuck.lever@oracle.com> SUNRPC: Make the transport-specific setup routine allocate rpc_xprt
Change the location where the rpc_xprt structure is allocated so each transport implementation can allocate a private area from the same chunk of memory.
Note also that xprt->ops->destroy, rather than xprt_destroy, is now responsible for freeing rpc_xprt when the transport is destroyed.
Test plan: Connectathon.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
|