Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166556
b: refs/heads/master
c: fc482cc
h: refs/heads/master
v: v3
  • Loading branch information
John Fastabend authored and David S. Miller committed Sep 27, 2009
1 parent 9cbf7a3 commit 549be36
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a71b4f5e2b42a773947625ce0a6367837f8d9359
refs/heads/master: fc482cc54e56bde012585905eb0f3565bec18ff5
1 change: 1 addition & 0 deletions trunk/net/8021q/vlan_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ static size_t vlan_get_size(const struct net_device *dev)
struct vlan_dev_info *vlan = vlan_dev_info(dev);

return nla_total_size(2) + /* IFLA_VLAN_ID */
sizeof(struct ifla_vlan_flags) + /* IFLA_VLAN_FLAGS */
vlan_qos_map_size(vlan->nr_ingress_mappings) +
vlan_qos_map_size(vlan->nr_egress_mappings);
}
Expand Down

0 comments on commit 549be36

Please sign in to comment.