Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369215
b: refs/heads/master
c: 6706c82
h: refs/heads/master
i:
  369213: 77cf583
  369211: 63ddea0
  369207: 207abc4
  369199: d45bf13
  369183: 5bfa752
  369151: c277d6e
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Apr 12, 2013
1 parent 1ec2b5f commit af699c7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bea893364784582d03494348a91b2c63e0d540d3
refs/heads/master: 6706c82e39a984a02696e816cbcc8b82a21b3f67
4 changes: 2 additions & 2 deletions trunk/drivers/net/vxlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ static int vxlan_fdb_create(struct vxlan_dev *vxlan,
return 0;
}

void vxlan_fdb_free(struct rcu_head *head)
static void vxlan_fdb_free(struct rcu_head *head)
{
struct vxlan_fdb *f = container_of(head, struct vxlan_fdb, rcu);

Expand Down Expand Up @@ -1108,7 +1108,7 @@ static netdev_tx_t vxlan_xmit(struct sk_buff *skb, struct net_device *dev)
group.remote_vni = vxlan->vni;
group.remote_ip = vxlan->gaddr;
group.remote_ifindex = vxlan->link;
group.remote_next = 0;
group.remote_next = NULL;
rdst0 = &group;

if (group.remote_ip == htonl(INADDR_ANY) &&
Expand Down

0 comments on commit af699c7

Please sign in to comment.