diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-04-24 20:01:02 +0200 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-04-24 20:01:02 +0200 |
commit | 233607dbbc823caf685e778cabc49fb7f679900b (patch) | |
tree | 13840137ee10788061cbec60fcfe8ea4c274558e /net/sunrpc/rpcb_clnt.c | |
parent | slab_err: Pass parameters correctly to slab_bug (diff) | |
parent | SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the request (diff) | |
download | linux-233607dbbc823caf685e778cabc49fb7f679900b.tar.xz linux-233607dbbc823caf685e778cabc49fb7f679900b.zip |
Merge branch 'devel'
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 56aa018dce3a..0517967a68bf 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)) { |