summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
diff options
context:
space:
mode:
author\"Talpey, Thomas\2007-09-10 19:47:07 +0200
committerTrond Myklebust2007-10-09 23:17:45 +0200
commit3c341b0b925eee01daae2c594b81e673f659d7cd (patch)
tree029db06dc895097b88c6765d349ce254db333bfd /net/sunrpc/clnt.c
parentSUNRPC: Finish API to load RPC transport implementations dynamically (diff)
downloadkernel-qcow2-linux-3c341b0b925eee01daae2c594b81e673f659d7cd.tar.gz
kernel-qcow2-linux-3c341b0b925eee01daae2c594b81e673f659d7cd.tar.xz
kernel-qcow2-linux-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/clnt.c')
-rw-r--r--net/sunrpc/clnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
index 19c129ed6467..e86958c61a20 100644
--- a/net/sunrpc/clnt.c
+++ b/net/sunrpc/clnt.c
@@ -240,7 +240,7 @@ struct rpc_clnt *rpc_create(struct rpc_create_args *args)
{
struct rpc_xprt *xprt;
struct rpc_clnt *clnt;
- struct rpc_xprtsock_create xprtargs = {
+ struct xprt_create xprtargs = {
.proto = args->protocol,
.srcaddr = args->saddress,
.dstaddr = args->address,