commit | e22a05486913ccb959281cd6370593bd8e197fa9 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Feb 12 11:12:26 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 12 11:12:26 2007 -0800 |
tree | 7aa413f110ea04eee3ea98a10ad8e9cda7e989ca | |
parent | a441dfdbb2e54217b8d26a6c129650728d401bf7 [diff] |
[NETFILTER]: nf_nat: properly use RCU API for nf_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>