]> err.no Git - linux-2.6/blobdiff - net/sunrpc/rpcb_clnt.c
Merge branch 'linus' into tmp.x86.mpparse.new
[linux-2.6] / net / sunrpc / rpcb_clnt.c
index 56aa018dce3a026b063262e086b6456e2af6b1fa..0517967a68bf85571919923e9935658d4c63e6f3 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)) {