commit | d3aedd5ebd4b0b925b0bcda548066803e1318499 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> | Wed Jan 30 09:27:47 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 30 22:41:13 2013 -0500 |
tree | d145189ad0a3192326d8df5b73188ec77ca942b7 | |
parent | f256dc59d0729cf7d371b93062375d9bc79c1e44 [diff] [blame] |
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>
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 in6_addr dst; struct ipv6_txoptions *opt; unsigned long linger; + struct rcu_head rcu; u8 share; union { struct pid *pid;