After the previous patch, this field is not read anymore. Drop it.

Signed-off-by: Petr Machata <[email protected]>
Reviewed-by: Ido Schimmel <[email protected]>
Acked-by: Nikolay Aleksandrov <[email protected]>
---
 ip/ip_common.h     | 1 -
 ip/iplink_bond.c   | 2 --
 ip/iplink_bridge.c | 4 ----
 3 files changed, 7 deletions(-)

diff --git a/ip/ip_common.h b/ip/ip_common.h
index 37de09d4..3f55ea33 100644
--- a/ip/ip_common.h
+++ b/ip/ip_common.h
@@ -195,7 +195,6 @@ struct ipstats_stat_desc_xstats {
        const struct ipstats_stat_desc desc;
        int xstats_at;
        int link_type_at;
-       int inner_max;
        int inner_at;
        void (*show_cb)(const struct rtattr *at);
 };
diff --git a/ip/iplink_bond.c b/ip/iplink_bond.c
index 19af67d0..a964f547 100644
--- a/ip/iplink_bond.c
+++ b/ip/iplink_bond.c
@@ -940,7 +940,6 @@ ipstats_stat_desc_xstats_bond_lacp = {
        .desc = IPSTATS_STAT_DESC_XSTATS_LEAF("802.3ad"),
        .xstats_at = IFLA_STATS_LINK_XSTATS,
        .link_type_at = LINK_XSTATS_TYPE_BOND,
-       .inner_max = BOND_XSTATS_MAX,
        .inner_at = BOND_XSTATS_3AD,
        .show_cb = &bond_print_3ad_stats,
 };
@@ -962,7 +961,6 @@ ipstats_stat_desc_xstats_slave_bond_lacp = {
        .desc = IPSTATS_STAT_DESC_XSTATS_LEAF("802.3ad"),
        .xstats_at = IFLA_STATS_LINK_XSTATS_SLAVE,
        .link_type_at = LINK_XSTATS_TYPE_BOND,
-       .inner_max = BOND_XSTATS_MAX,
        .inner_at = BOND_XSTATS_3AD,
        .show_cb = &bond_print_3ad_stats,
 };
diff --git a/ip/iplink_bridge.c b/ip/iplink_bridge.c
index d98bfa5a..3d54e203 100644
--- a/ip/iplink_bridge.c
+++ b/ip/iplink_bridge.c
@@ -1075,7 +1075,6 @@ ipstats_stat_desc_xstats_bridge_stp = {
        .desc = IPSTATS_STAT_DESC_XSTATS_LEAF("stp"),
        .xstats_at = IFLA_STATS_LINK_XSTATS,
        .link_type_at = LINK_XSTATS_TYPE_BRIDGE,
-       .inner_max = BRIDGE_XSTATS_MAX,
        .inner_at = BRIDGE_XSTATS_STP,
        .show_cb = &bridge_print_stats_stp,
 };
@@ -1085,7 +1084,6 @@ ipstats_stat_desc_xstats_bridge_mcast = {
        .desc = IPSTATS_STAT_DESC_XSTATS_LEAF("mcast"),
        .xstats_at = IFLA_STATS_LINK_XSTATS,
        .link_type_at = LINK_XSTATS_TYPE_BRIDGE,
-       .inner_max = BRIDGE_XSTATS_MAX,
        .inner_at = BRIDGE_XSTATS_MCAST,
        .show_cb = &bridge_print_stats_mcast,
 };
@@ -1108,7 +1106,6 @@ ipstats_stat_desc_xstats_slave_bridge_stp = {
        .desc = IPSTATS_STAT_DESC_XSTATS_LEAF("stp"),
        .xstats_at = IFLA_STATS_LINK_XSTATS_SLAVE,
        .link_type_at = LINK_XSTATS_TYPE_BRIDGE,
-       .inner_max = BRIDGE_XSTATS_MAX,
        .inner_at = BRIDGE_XSTATS_STP,
        .show_cb = &bridge_print_stats_stp,
 };
@@ -1118,7 +1115,6 @@ ipstats_stat_desc_xstats_slave_bridge_mcast = {
        .desc = IPSTATS_STAT_DESC_XSTATS_LEAF("mcast"),
        .xstats_at = IFLA_STATS_LINK_XSTATS_SLAVE,
        .link_type_at = LINK_XSTATS_TYPE_BRIDGE,
-       .inner_max = BRIDGE_XSTATS_MAX,
        .inner_at = BRIDGE_XSTATS_MCAST,
        .show_cb = &bridge_print_stats_mcast,
 };
-- 
2.49.0


Reply via email to