mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 14:30:06 -04:00
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>
This commit is contained in:
committed by
David S. Miller
parent
f256dc59d0
commit
d3aedd5ebd
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user