[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1355867024-12165-1-git-send-email-vyasevic@redhat.com>
Date: Tue, 18 Dec 2012 16:43:44 -0500
From: Vlad Yasevich <vyasevic@...hat.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, shemminger@...tta.com
Subject: [PATCH] bridge: Do not unregister PF_BRIDGE rtnl operations
Now that bridge rtnl ops are in core, do not undergister
all PF_BRIDGE ops when bridge module is unloaded. It makes
it so that after reload, none of the messages work.
Signed-off-by: Vlad Yasevich <vyasevic@...hat.com>
---
net/bridge/br_netlink.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/net/bridge/br_netlink.c b/net/bridge/br_netlink.c
index dead9df..97ba018 100644
--- a/net/bridge/br_netlink.c
+++ b/net/bridge/br_netlink.c
@@ -305,5 +305,4 @@ int __init br_netlink_init(void)
void __exit br_netlink_fini(void)
{
rtnl_link_unregister(&br_link_ops);
- rtnl_unregister_all(PF_BRIDGE);
}
--
1.7.7.6
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists