diff options
Diffstat (limited to 'net/sunrpc/rpcb_clnt.c')
-rw-r--r-- | net/sunrpc/rpcb_clnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/rpcb_clnt.c b/net/sunrpc/rpcb_clnt.c index 9b06a217ab86..d7b9f02489e6 100644 --- a/net/sunrpc/rpcb_clnt.c +++ b/net/sunrpc/rpcb_clnt.c | |||
@@ -377,7 +377,7 @@ void rpcb_getport_async(struct rpc_task *task) | |||
377 | } | 377 | } |
378 | if (info[xprt->bind_index].rpc_proc == NULL) { | 378 | if (info[xprt->bind_index].rpc_proc == NULL) { |
379 | xprt->bind_index = 0; | 379 | xprt->bind_index = 0; |
380 | status = -EACCES; /* tell caller to try again later */ | 380 | status = -EPFNOSUPPORT; |
381 | dprintk("RPC: %5u %s: no more getport versions available\n", | 381 | dprintk("RPC: %5u %s: no more getport versions available\n", |
382 | task->tk_pid, __FUNCTION__); | 382 | task->tk_pid, __FUNCTION__); |
383 | goto bailout_nofree; | 383 | goto bailout_nofree; |