Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40431
b: refs/heads/master
c: 3d8334d
h: refs/heads/master
i:
  40429: b925831
  40427: 13df85a
  40423: 0404698
  40415: e52ecc3
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Oct 29, 2006
1 parent 4d00e89 commit d400ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d46a3d0d07ba539aea5b0e1ad30e568f0cb03576
refs/heads/master: 3d8334def5cf831d2ed438aae021696a2faa4ddd
3 changes: 2 additions & 1 deletion trunk/kernel/taskstats.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ static int prepare_reply(struct genl_info *info, u8 cmd, struct sk_buff **skbp,
/*
* If new attributes are added, please revisit this allocation
*/
skb = nlmsg_new(genlmsg_total_size(size), GFP_KERNEL);
size = nlmsg_total_size(genlmsg_total_size(size));
skb = nlmsg_new(size, GFP_KERNEL);
if (!skb)
return -ENOMEM;

Expand Down

0 comments on commit d400ce8

Please sign in to comment.