aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprt.c
diff options
context:
space:
mode:
author\"Talpey, Thomas\ <Thomas.Talpey@netapp.com>2007-09-10 13:47:07 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2007-10-09 17:17:45 -0400
commit3c341b0b925eee01daae2c594b81e673f659d7cd (patch)
tree029db06dc895097b88c6765d349ce254db333bfd /net/sunrpc/xprt.c
parentSUNRPC: Finish API to load RPC transport implementations dynamically (diff)
downloadlinux-dev-3c341b0b925eee01daae2c594b81e673f659d7cd.tar.xz
linux-dev-3c341b0b925eee01daae2c594b81e673f659d7cd.zip
SUNRPC: rename the rpc_xprtsock_create structure
To prepare for including non-sockets-based RPC transports, change the overly suggestive name of the transport creation arguments struct. Signed-off-by: Tom Talpey <tmt@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/xprt.c')
-rw-r--r--net/sunrpc/xprt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c
index 7f8c60b84396..473b48ff4523 100644
--- a/net/sunrpc/xprt.c
+++ b/net/sunrpc/xprt.c
@@ -979,7 +979,7 @@ void xprt_set_timeout(struct rpc_timeout *to, unsigned int retr, unsigned long i
* @args: rpc transport creation arguments
*
*/
-struct rpc_xprt *xprt_create_transport(struct rpc_xprtsock_create *args)
+struct rpc_xprt *xprt_create_transport(struct xprt_create *args)
{
struct rpc_xprt *xprt;
struct rpc_rqst *req;