bridge: vlan: drop unnecessary flush code
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Mon, 12 Oct 2015 19:47:04 +0000 (21:47 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Oct 2015 11:57:56 +0000 (04:57 -0700)
commitb8d02c3cace37393bf9ff0a9eaa1ee39cda1d259
tree1027b4d4f71e3c7173b547453e5b560ca11c1da5
parente9c953eff7f0ec69a52cfa87b912ab48902a0314
bridge: vlan: drop unnecessary flush code

As Ido Schimmel pointed out the vlan_vid_del() code in nbp_vlan_flush is
unnecessary (and is actually a remnant of the old vlan code) so we can
remove it.

Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_vlan.c