aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
diff options
context:
space:
mode:
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)
240{ 240{
241 struct rpc_xprt *xprt; 241 struct rpc_xprt *xprt;
242 struct rpc_clnt *clnt; 242 struct rpc_clnt *clnt;
243 struct rpc_xprtsock_create xprtargs = { 243 struct xprt_create xprtargs = {
244 .proto = args->protocol, 244 .proto = args->protocol,
245 .srcaddr = args->saddress, 245 .srcaddr = args->saddress,
246 .dstaddr = args->address, 246 .dstaddr = args->address,