aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_alb.h
diff options
context:
space:
mode:
authorVeaceslav Falico <vfalico@redhat.com>2013-08-28 23:25:15 +0200
committerDavid S. Miller <davem@davemloft.net>2013-08-29 16:19:43 -0400
commite868b0c938d9cc0d7ed4bd77d5c37676e833ed95 (patch)
tree5d27f09b6bc3189a626499715f4b3c71eb724af8 /drivers/net/bonding/bond_alb.h
parentbonding: make alb_send_learning_packets() use upper dev list (diff)
downloadlinux-dev-e868b0c938d9cc0d7ed4bd77d5c37676e833ed95.tar.xz
linux-dev-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.h1
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);