Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352454
b: refs/heads/master
c: 15004ca
h: refs/heads/master
v: v3
  • Loading branch information
Cong Wang authored and David S. Miller committed Feb 14, 2013
1 parent 4828bc5 commit 5203d90
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: 4160815ffcaed68a976ba3cfe0131da3ae2b2615
refs/heads/master: 15004cab947314ac0f2fd47169de95ce48bafb15
4 changes: 2 additions & 2 deletions trunk/net/bridge/br_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ int br_getlink(struct sk_buff *skb, u32 pid, u32 seq,
return err;
}

const struct nla_policy ifla_br_policy[IFLA_MAX+1] = {
static const struct nla_policy ifla_br_policy[IFLA_MAX+1] = {
[IFLA_BRIDGE_FLAGS] = { .type = NLA_U16 },
[IFLA_BRIDGE_MODE] = { .type = NLA_U16 },
[IFLA_BRIDGE_VLAN_INFO] = { .type = NLA_BINARY,
Expand Down Expand Up @@ -463,7 +463,7 @@ static size_t br_get_link_af_size(const struct net_device *dev)
return pv->num_vlans * nla_total_size(sizeof(struct bridge_vlan_info));
}

struct rtnl_af_ops br_af_ops = {
static struct rtnl_af_ops br_af_ops = {
.family = AF_BRIDGE,
.get_link_af_size = br_get_link_af_size,
};
Expand Down

0 comments on commit 5203d90

Please sign in to comment.