diff options
author | YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> | 2013-01-30 09:27:47 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-30 22:41:13 -0500 |
commit | d3aedd5ebd4b0b925b0bcda548066803e1318499 (patch) | |
tree | d145189ad0a3192326d8df5b73188ec77ca942b7 /include/net/ipv6.h | |
parent | f256dc59d0729cf7d371b93062375d9bc79c1e44 (diff) | |
download | op-kernel-dev-d3aedd5ebd4b0b925b0bcda548066803e1318499.zip op-kernel-dev-d3aedd5ebd4b0b925b0bcda548066803e1318499.tar.gz |
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/ipv6.h')
-rw-r--r-- | include/net/ipv6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index dc30b60..1d45716 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; |