Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252025
b: refs/heads/master
c: 4ed960b
h: refs/heads/master
i:
  252023: 90abf8d
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 27, 2011
1 parent fd86d9e commit b05fc29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fbdd91a6293f5e7fb1914966f5d244f72619641e
refs/heads/master: 4ed960b14d3b5fd14f1d9eb02f6d7e398317627a
2 changes: 2 additions & 0 deletions trunk/Documentation/accounting/getdelays.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ static int get_family_id(int sd)
rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY,
CTRL_ATTR_FAMILY_NAME, (void *)name,
strlen(TASKSTATS_GENL_NAME)+1);
if (rc < 0)
return 0; /* sendto() failure? */

rep_len = recv(sd, &ans, sizeof(ans), 0);
if (ans.n.nlmsg_type == NLMSG_ERROR ||
Expand Down

0 comments on commit b05fc29

Please sign in to comment.