]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bonding: mc addresses don't get deleted on enslave failure
authornikolay@redhat.com <nikolay@redhat.com>
Thu, 18 Apr 2013 07:33:34 +0000 (07:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Apr 2013 21:48:18 +0000 (17:48 -0400)
commit25e40305d4f4399bc8ecf9c9b7cf43493bb40bbd
treebe81b6af45a99eb03ed813c22c8beffcea12fa57
parentcb95ec6261a205bde6451b972fbd6e1581608cae
bonding: mc addresses don't get deleted on enslave failure

Add bond_mc_list_flush() after err_detach as that's the first error path
after the addresses are added. The main issue is the mc addresses' refcount
which only gets bumped up.

v2: update log message and don't move code unnecessarily

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