[NETFILTER]: ip_nat: properly use RCU API for ip_nat_protos array
authorPatrick McHardy <kaber@trash.net>
Mon, 12 Feb 2007 19:12:09 +0000 (11:12 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2007 19:12:09 +0000 (11:12 -0800)
commita441dfdbb2e54217b8d26a6c129650728d401bf7
tree49811d9e97eaaee1b10a66a6b5798f2bccc05d39
parente92ad99c78de09a5ba0746e1c0ee27cc7450c64d
[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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_nat_core.c