aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>2013-01-30 09:27:47 +0000
committerDavid S. Miller <davem@davemloft.net>2013-01-30 22:41:13 -0500
commitd3aedd5ebd4b0b925b0bcda548066803e1318499 (patch)
treed145189ad0a3192326d8df5b73188ec77ca942b7 /include/net
parentipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list. (diff)
downloadlinux-dev-d3aedd5ebd4b0b925b0bcda548066803e1318499.tar.xz
linux-dev-d3aedd5ebd4b0b925b0bcda548066803e1318499.zip
ipv6 flowlabel: Convert hash 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')
-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 dc30b60975ef..1d457161def2 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -222,6 +222,7 @@ struct ip6_flowlabel {
struct in6_addr dst;
struct ipv6_txoptions *opt;
unsigned long linger;
+ struct rcu_head rcu;
u8 share;
union {
struct pid *pid;