From: Vlad Yasevich Date: Wed, 19 Dec 2012 09:13:48 +0000 (+0000) Subject: bridge: Do not unregister all PF_BRIDGE rtnl operations X-Git-Tag: v3.8-rc1~40^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63233159fd4e596568f5f168ecb0879b61631d47;p=pandora-kernel.git bridge: Do not unregister all PF_BRIDGE rtnl operations Bridge fdb and link rtnl operations are registered in core/rtnetlink. Bridge mdb operations are registred in bridge/mdb. When removing bridge module, do not unregister ALL PF_BRIDGE ops since that would remove the ops from rtnetlink as well. Do remove mdb ops when bridge is destroyed. Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed