diff options
author | Veaceslav Falico <vfalico@redhat.com> | 2013-08-28 23:25:15 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-29 22:19:43 +0200 |
commit | e868b0c938d9cc0d7ed4bd77d5c37676e833ed95 (patch) | |
tree | 5d27f09b6bc3189a626499715f4b3c71eb724af8 /drivers/net/bonding/bond_alb.h | |
parent | bonding: make alb_send_learning_packets() use upper dev list (diff) | |
download | linux-e868b0c938d9cc0d7ed4bd77d5c37676e833ed95.tar.xz linux-e868b0c938d9cc0d7ed4bd77d5c37676e833ed95.zip |
bonding: remove vlan_list/current_alb_vlan
Currently there are no real users of vlan_list/current_alb_vlan, only the
helpers which maintain them, so remove them.
CC: Jay Vosburgh <fubar@us.ibm.com>
CC: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bond_alb.h')
-rw-r--r-- | drivers/net/bonding/bond_alb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_alb.h b/drivers/net/bonding/bond_alb.h index e13917222cd4..e02c9c558c41 100644 --- a/drivers/net/bonding/bond_alb.h +++ b/drivers/net/bonding/bond_alb.h @@ -169,7 +169,6 @@ struct alb_bond_info { * rx traffic should be * rebalanced */ - struct vlan_entry *current_alb_vlan; }; int bond_alb_initialize(struct bonding *bond, int rlb_enabled); |