[NETFILTER]: nf_conntrack_expect: use RCU for expectation hash
authorPatrick McHardy <kaber@trash.net>
Thu, 31 Jan 2008 12:38:19 +0000 (04:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:27:53 +0000 (19:27 -0800)
Use RCU for expectation hash. This doesn't buy much for conntrack
runtime performance, but allows to reduce the use of nf_conntrack_lock
for /proc and nf_netlink_conntrack.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found