Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98787
b: refs/heads/master
c: 0d3a34b
h: refs/heads/master
i:
  98785: aa20f08
  98783: 8e5cad9
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Jul 8, 2008
1 parent f8c9ec5 commit e4dc1e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2aac05a91971fbd1bf6cbed78b8731eb7454b9b7
refs/heads/master: 0d3a34b48c87a374b37d7a21a60d257d076484f3
6 changes: 2 additions & 4 deletions trunk/net/sunrpc/rpcb_clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,18 +365,16 @@ void rpcb_getport_async(struct rpc_task *task)
rpc_release_client(rpcb_clnt);
if (IS_ERR(child)) {
status = -EIO;
/* rpcb_map_release() has freed the arguments */
dprintk("RPC: %5u %s: rpc_run_task failed\n",
task->tk_pid, __func__);
goto bailout;
goto bailout_nofree;
}
rpc_put_task(child);

task->tk_xprt->stat.bind_count++;
return;

bailout:
kfree(map);
xprt_put(xprt);
bailout_nofree:
rpcb_wake_rpcbind_waiters(xprt, status);
bailout_nowake:
Expand Down

0 comments on commit e4dc1e2

Please sign in to comment.