]> git.karo-electronics.de Git - karo-tx-linux.git/commit
bridge: implement missing ndo_uninit()
authorIdo Schimmel <idosch@mellanox.com>
Mon, 10 Apr 2017 11:59:27 +0000 (14:59 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Apr 2017 02:22:44 +0000 (22:22 -0400)
commitb6fe0440c63716e09cfc0d1484e3898a0f29d1d1
tree60ea2b07bf9c997f66f6a3931676c4664ca1ea99
parent96a94cc5158859943b7e4e72ae69e572815f5413
bridge: implement missing ndo_uninit()

While the bridge driver implements an ndo_init(), it was missing a
symmetric ndo_uninit(), causing the different de-initialization
operations to be scattered around its dellink() and destructor().

Implement a symmetric ndo_uninit() and remove the overlapping operations
from its dellink() and destructor().

This is a prerequisite for the next patch, as it allows us to have a
proper cleanup upon changelink() failure during the bridge's newlink().

Fixes: b6677449dff6 ("bridge: netlink: call br_changelink() during br_dev_newlink()")
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_device.c
net/bridge/br_if.c
net/bridge/br_multicast.c
net/bridge/br_private.h