From: Patrick McHardy Date: Wed, 14 Mar 2007 23:37:52 +0000 (-0700) Subject: [NETFILTER]: nf_conntrack: switch protocol registration/unregistration to mutex X-Git-Tag: v2.6.22-rc1~1128^2~304 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b19caa0ca071dce76b0e81e957e7eb7c03d72cf5;p=pandora-kernel.git [NETFILTER]: nf_conntrack: switch protocol registration/unregistration to mutex The protocol lookups done by nf_conntrack are already protected by RCU, there is no need to keep taking nf_conntrack_lock for registration and unregistration. Switch to a mutex. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed