]> Pileus Git - ~andy/linux/commit
bridge: Correctly unregister MDB rtnetlink handlers
authorVlad Yasevich <vyasevic@redhat.com>
Wed, 2 Jan 2013 09:41:25 +0000 (09:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jan 2013 09:56:11 +0000 (01:56 -0800)
commit3ec8e9f085bcaef0de1077f555c2c5102c223390
tree45f31e75a2e5913eb7de444c7ebe6dc13dcd9859
parent612a7c4e73f3306f3b599c60681194c1931a2dbc
bridge: Correctly unregister MDB rtnetlink handlers

Commit 63233159fd4e596568f5f168ecb0879b61631d47:
    bridge: Do not unregister all PF_BRIDGE rtnl operations
introduced a bug where a removal of a single bridge from a
multi-bridge system would remove MDB netlink handlers.
The handlers should only be removed once all bridges are gone, but
since we don't keep track of the number of bridge interfaces, it's
simpler to do it when the bridge module is unloaded.  To make it
consistent, move the registration code into module initialization
code path.

Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_multicast.c
net/bridge/br_netlink.c