From: Chuck Lever Date: Tue, 5 Dec 2006 21:35:11 +0000 (-0500) Subject: SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields X-Git-Tag: v2.6.20-rc1~34^2~412^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffc2e518c91942b7ed45fb0ab7deba1ba0c8594a;p=pandora-kernel.git SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed