From: Patrick McHardy Date: Wed, 10 Jun 2009 12:32:47 +0000 (+0200) Subject: netfilter: nf_conntrack: use per-conntrack locks for protocol data X-Git-Tag: v2.6.31-rc1~330^2~32^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=440f0d588555892601cfe511728a0fc0c8204063;p=pandora-kernel.git netfilter: nf_conntrack: use per-conntrack locks for protocol data Introduce per-conntrack locks and use them instead of the global protocol locks to avoid contention. Especially tcp_lock shows up very high in profiles on larger machines. This will also allow to simplify the upcoming reliable event delivery patches. Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed