[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130805.160822.47868741818443064.davem@davemloft.net>
Date: Mon, 05 Aug 2013 16:08:22 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: vfalico@...hat.com
Cc: nikolay@...hat.com, netdev@...r.kernel.org, fubar@...ibm.com,
andy@...yhouse.net, kaber@...sh.net
Subject: Re: [net-next,1/3] bonding: fix vlan 0 addition and removal
From: Veaceslav Falico <vfalico@...hat.com>
Date: Mon, 5 Aug 2013 23:51:26 +0200
> @@ -69,7 +69,6 @@
> #include <net/arp.h>
> #include <linux/mii.h>
> #include <linux/ethtool.h>
> -#include <linux/if_vlan.h>
> #include <linux/if_bonding.h>
> #include <linux/jiffies.h>
> #include <linux/preempt.h>
> @@ -1976,7 +1975,7 @@ static int __bond_release_one(struct net_device
> *bond_dev,
> bond_set_carrier(bond);
> eth_hw_addr_random(bond_dev);
> - if (bond_vlan_used(bond)) {
> + if (vlan_uses_dev(bond_dev)) {
If you're adding a use of vlan_uses_dev(), you should retain the
if_vlan.h include, not remove it.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists