SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs
[deliverable/linux.git] / net / sunrpc / rpcb_clnt.c
index 3164a0871cf039ca7c2f9ebb80ad2dc1eba7b180..f480c718b4001c39d526cdc53c00b06cd2231004 100644 (file)
@@ -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)) {
This page took 0.032814 seconds and 5 git commands to generate.