commit | b19caa0ca071dce76b0e81e957e7eb7c03d72cf5 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Mar 14 16:37:52 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:25:39 2007 -0700 |
tree | baf307a4daa2c63ccc451d6dbcd47f55945aea9a | |
parent | 587aa64163bb14f70098f450abab9410787fce9d [diff] |
[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 <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>