commit | f8ba1affa18398610e765736153fff614309ccc8 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Jan 31 04:38:58 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 31 19:27:54 2008 -0800 |
tree | b2143ef65aa92e5995070824798b04d935044e24 | |
parent | 76507f69c44ed199a1a68086145398459e55835d [diff] |
[NETFILTER]: nf_conntrack: switch rwlock to spinlock With the RCU conversion only write_lock usages of nf_conntrack_lock are left (except one read_lock that should actually use write_lock in the H.323 helper). Switch to a spinlock. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>