bonding: unwind on bond_add_vlan failure
authornikolay@redhat.com <nikolay@redhat.com>
Tue, 6 Aug 2013 10:40:16 +0000 (12:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Aug 2013 05:31:21 +0000 (22:31 -0700)
commitb20903f2a9ee5bd9ca80ad72867c8d137aaf4d62
tree447006c4670fbdad8c92e8b2976fd3dd00eca902
parent1ff412ad7714f6952f76ffd77f0a7f2f563288a1
bonding: unwind on bond_add_vlan failure

In case of bond_add_vlan() failure currently we'll have the vlan's
refcnt bumped up in all slaves, but it will never go down because it
failed to get added to the bond, so properly unwind the added vlan if
bond_add_vlan fails.

Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Acked-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c