Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351327
b: refs/heads/master
c: b4fff5f
h: refs/heads/master
i:
  351325: ff5fb53
  351323: f0388e3
  351319: 7058108
  351311: 83426de
  351295: 71a52cb
v: v3
  • Loading branch information
YOSHIFUJI Hideaki / 吉藤英明 authored and David S. Miller committed Jan 10, 2013
1 parent bf091a5 commit df5cafb
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: ce6654cfc12558cc65b198cca991684e58e10bc6
refs/heads/master: b4fff5f8bf32766ecaa4af6d5c7ef7f0ffb88ed2
3 changes: 1 addition & 2 deletions trunk/net/unix/af_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -2426,9 +2426,8 @@ static struct pernet_operations unix_net_ops = {
static int __init af_unix_init(void)
{
int rc = -1;
struct sk_buff *dummy_skb;

BUILD_BUG_ON(sizeof(struct unix_skb_parms) > sizeof(dummy_skb->cb));
BUILD_BUG_ON(sizeof(struct unix_skb_parms) > FIELD_SIZEOF(struct sk_buff, cb));

rc = proto_register(&unix_proto, 1);
if (rc != 0) {
Expand Down

0 comments on commit df5cafb

Please sign in to comment.