From: Patrick McHardy Date: Sun, 19 Aug 2012 10:16:10 +0000 (+0000) Subject: netfilter: nf_conntrack: remove unnecessary RTNL locking X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~299^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2834a6386b86a5dd20380aadb01897c525448aa7;p=pandora-kernel.git netfilter: nf_conntrack: remove unnecessary RTNL locking Locking the rtnl was added to nf_conntrack_l{3,4}_proto_unregister() for walking the network namespace list. This is not done anymore since we have proper namespace support in the protocols now, so we don't need to take the RTNL anymore. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed