VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / net / sunrpc / pmap_clnt.c
index 42c5ca8..61bdc97 100644 (file)
@@ -58,7 +58,7 @@ rpc_getport(struct rpc_task *task, struct rpc_clnt *clnt)
 
        spin_lock(&pmap_lock);
        if (map->pm_binding) {
-               rpc_sleep_on(&map->pm_bindwait, task, NULL, 0);
+               rpc_sleep_on(&map->pm_bindwait, task, NULL, NULL);
                spin_unlock(&pmap_lock);
                return;
        }