From: Patrick McHardy Date: Mon, 12 Feb 2007 19:12:57 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3protos arrays X-Git-Tag: v2.6.21-rc1~274^2~1^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=923f4902fefdf4e89b0fb32c4e069d4f57d704f5;p=pandora-kernel.git [NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3protos arrays Replace preempt_{enable,disable} based RCU by proper use of the RCU API and add missing rcu_read_lock/rcu_read_unlock calls in all paths not obviously only used within packet process context (nfnetlink_conntrack). Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed