[NETFILTER]: nf_conntrack: switch rwlock to spinlock
authorPatrick McHardy <kaber@trash.net>
Thu, 31 Jan 2008 12:38:58 +0000 (04:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:27:54 +0000 (19:27 -0800)
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>

No differences found