net: init_vlan should not copy slave or master flags
authorJohn Fastabend <john.r.fastabend@intel.com>
Wed, 12 May 2010 21:31:06 +0000 (21:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jun 2010 10:35:18 +0000 (03:35 -0700)
commit194dbcc8a1a97cbac9a619a563e5f6b7f7d5a485
treefbfae006dc8400c82ce387f1f4e39b8488c00e31
parent08f382ebb8a9efb898840aa74cf55148c7a98af6
net: init_vlan should not copy slave or master flags

The vlan device should not copy the slave or master flags from
the real device. It is not in the bond until added nor is it
a master.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan_dev.c