Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351325
b: refs/heads/master
c: 3523b29
h: refs/heads/master
i:
  351323: f0388e3
v: v3
  • Loading branch information
YOSHIFUJI Hideaki / 吉藤英明 authored and David S. Miller committed Jan 10, 2013
1 parent 57552ef commit ff5fb53
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: fab25745912a82baa7c9e73f59079108d56b5d26
refs/heads/master: 3523b29bd2cd58432ea1bf3629695ec1ab607722
3 changes: 1 addition & 2 deletions trunk/net/openvswitch/datapath.c
Original file line number Diff line number Diff line change
Expand Up @@ -1989,10 +1989,9 @@ static struct pernet_operations ovs_net_ops = {

static int __init dp_init(void)
{
struct sk_buff *dummy_skb;
int err;

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

pr_info("Open vSwitch switching datapath\n");

Expand Down

0 comments on commit ff5fb53

Please sign in to comment.