aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>2013-01-30 04:27:47 -0500
committerDavid S. Miller <davem@davemloft.net>2013-01-30 22:41:13 -0500
commitd3aedd5ebd4b0b925b0bcda548066803e1318499 (patch)
treed145189ad0a3192326d8df5b73188ec77ca942b7 /include
parentf256dc59d0729cf7d371b93062375d9bc79c1e44 (diff)
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')
-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 {
222 struct in6_addr dst; 222 struct in6_addr dst;
223 struct ipv6_txoptions *opt; 223 struct ipv6_txoptions *opt;
224 unsigned long linger; 224 unsigned long linger;
225 struct rcu_head rcu;
225 u8 share; 226 u8 share;
226 union { 227 union {
227 struct pid *pid; 228 struct pid *pid;