Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40430
b: refs/heads/master
c: d46a3d0
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Oct 29, 2006
1 parent b925831 commit 4d00e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 5211e6e6c671f0d4b1e1a1023384d20227d8ee65
refs/heads/master: d46a3d0d07ba539aea5b0e1ad30e568f0cb03576
3 changes: 1 addition & 2 deletions trunk/kernel/taskstats.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ static int taskstats_user_cmd(struct sk_buff *skb, struct genl_info *info)
return send_reply(rep_skb, info->snd_pid);

nla_put_failure:
return genlmsg_cancel(rep_skb, reply);
rc = genlmsg_cancel(rep_skb, reply);
err:
nlmsg_free(rep_skb);
return rc;
Expand Down Expand Up @@ -507,7 +507,6 @@ void taskstats_exit_send(struct task_struct *tsk, struct taskstats *tidstats,

nla_put_failure:
genlmsg_cancel(rep_skb, reply);
goto ret;
err_skb:
nlmsg_free(rep_skb);
ret:
Expand Down

0 comments on commit 4d00e89

Please sign in to comment.