summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_conntrack.h
diff options
context:
space:
mode:
authorArnd Bergmann2010-03-09 20:59:15 +0100
committerPaul E. McKenney2010-08-20 02:18:01 +0200
commit0906a372f2aa0fec1e59bd12b896883b6e41307a (patch)
tree2c54c422c46f0addc1d1a2cd69ddecffd09a41f7 /include/net/netfilter/nf_conntrack.h
parentinput: __rcu annotations (diff)
downloadkernel-qcow2-linux-0906a372f2aa0fec1e59bd12b896883b6e41307a.tar.gz
kernel-qcow2-linux-0906a372f2aa0fec1e59bd12b896883b6e41307a.tar.xz
kernel-qcow2-linux-0906a372f2aa0fec1e59bd12b896883b6e41307a.zip
net/netfilter: __rcu annotations
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Patrick McHardy <kaber@trash.net> Cc: "David S. Miller" <davem@davemloft.net> Cc: Eric Dumazet <eric.dumazet@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'include/net/netfilter/nf_conntrack.h')
-rw-r--r--include/net/netfilter/nf_conntrack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netfilter/nf_conntrack.h b/include/net/netfilter/nf_conntrack.h
index e624dae54fa4..caf17db87dbc 100644
--- a/include/net/netfilter/nf_conntrack.h
+++ b/include/net/netfilter/nf_conntrack.h
@@ -75,7 +75,7 @@ struct nf_conntrack_helper;
/* nf_conn feature for connections that have a helper */
struct nf_conn_help {
/* Helper. if any */
- struct nf_conntrack_helper *helper;
+ struct nf_conntrack_helper __rcu *helper;
union nf_conntrack_help help;