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