From: Patrick McHardy Date: Thu, 31 Jan 2008 12:38:58 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack: switch rwlock to spinlock X-Git-Tag: v2.6.25-rc1~1089^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8ba1affa18398610e765736153fff614309ccc8;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed