]> asedeno.scripts.mit.edu Git - linux.git/commit
bridge: Fix error path in nbp_vlan_init
authorYotam Gigi <yotamg@mellanox.com>
Wed, 1 Mar 2017 14:50:45 +0000 (16:50 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Mar 2017 22:55:28 +0000 (14:55 -0800)
commitdf2c43343b47a7138431f431118eb5819e205365
tree668f9643a5ada03d2f52827756b081320d77228b
parent3b45a4106f146c336cbcaccb9d8d0fa0e5c3dc1d
bridge: Fix error path in nbp_vlan_init

Fix error path order in nbp_vlan_init, so if switchdev_port_attr_set
call failes, the vlan_hash wouldn't be destroyed before inited.

Fixes: efa5356b0d97 ("bridge: per vlan dst_metadata netlink support")
CC: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: Yotam Gigi <yotamg@mellanox.com>
Acked-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_vlan.c