Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242990
b: refs/heads/master
c: a271c5a
h: refs/heads/master
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Trond Myklebust committed Mar 27, 2011
1 parent 141c171 commit abe4d7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: a0e7e3cf7932d6c77de0dc79a40dbaeb8060b544
refs/heads/master: a271c5a0dea418931b6a903ef85adc30ad4c54be
4 changes: 3 additions & 1 deletion trunk/net/sunrpc/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -860,8 +860,10 @@ static void rpc_release_resources_task(struct rpc_task *task)
{
if (task->tk_rqstp)
xprt_release(task);
if (task->tk_msg.rpc_cred)
if (task->tk_msg.rpc_cred) {
put_rpccred(task->tk_msg.rpc_cred);
task->tk_msg.rpc_cred = NULL;
}
rpc_task_release_client(task);
}

Expand Down

0 comments on commit abe4d7a

Please sign in to comment.