Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193795
b: refs/heads/master
c: adcfe19
h: refs/heads/master
i:
  193793: d833b83
  193791: ee457ee
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed Mar 28, 2010
1 parent 4cd2148 commit 328316e
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: 14a4b42bd6082b4ce3b94bad00cd367707cc1e97
refs/heads/master: adcfe1964e627b62fbc6e45609b1f0db2c64dd14
1 change: 1 addition & 0 deletions trunk/net/core/rtnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ static inline size_t if_nlmsg_size(const struct net_device *dev)
+ nla_total_size(IFNAMSIZ) /* IFLA_QDISC */
+ nla_total_size(sizeof(struct rtnl_link_ifmap))
+ nla_total_size(sizeof(struct rtnl_link_stats))
+ nla_total_size(sizeof(struct rtnl_link_stats64))
+ nla_total_size(MAX_ADDR_LEN) /* IFLA_ADDRESS */
+ nla_total_size(MAX_ADDR_LEN) /* IFLA_BROADCAST */
+ nla_total_size(4) /* IFLA_TXQLEN */
Expand Down

0 comments on commit 328316e

Please sign in to comment.