X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=net%2Fsunrpc%2Frpcb_clnt.c;h=f480c718b4001c39d526cdc53c00b06cd2231004;hb=5d00837b90340af9106dcd93af75fd664c8eb87f;hp=3164a0871cf039ca7c2f9ebb80ad2dc1eba7b180;hpb=fda1393938035559b417dd5b26b9cc293a7aee00;p=deliverable%2Flinux.git diff --git a/net/sunrpc/rpcb_clnt.c b/net/sunrpc/rpcb_clnt.c index 3164a0871cf0..f480c718b400 100644 --- a/net/sunrpc/rpcb_clnt.c +++ b/net/sunrpc/rpcb_clnt.c @@ -298,7 +298,7 @@ void rpcb_getport_async(struct rpc_task *task) /* Put self on queue before sending rpcbind request, in case * rpcb_getport_done completes before we return from rpc_run_task */ - rpc_sleep_on(&xprt->binding, task, NULL, NULL); + rpc_sleep_on(&xprt->binding, task, NULL); /* Someone else may have bound if we slept */ if (xprt_bound(xprt)) {