summaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>2013-01-30 09:27:52 +0000
committerDavid S. Miller <davem@davemloft.net>2013-01-30 22:41:13 -0500
commit18367681a10bd29c3f2305e6b7b984de5b33d548 (patch)
tree9c651ed8531fef6c7985548330cbe69576e0eb41 /include/net/ipv6.h
parentd3aedd5ebd4b0b925b0bcda548066803e1318499 (diff)
downloadlinux-18367681a10bd29c3f2305e6b7b984de5b33d548.tar.gz
linux-18367681a10bd29c3f2305e6b7b984de5b33d548.tar.xz
ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r--include/net/ipv6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 1d457161def2..851d5412a299 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -239,6 +239,7 @@ struct ip6_flowlabel {
struct ipv6_fl_socklist {
struct ipv6_fl_socklist *next;
struct ip6_flowlabel *fl;
+ struct rcu_head rcu;
};
extern struct ip6_flowlabel *fl6_sock_lookup(struct sock *sk, __be32 label);