ipv6 flowlabel: Convert np->ipv6_fl_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

부모
d3aedd5ebd
커밋
18367681a1
@@ -239,6 +239,7 @@ struct ip6_flowlabel {
|
||||
struct ipv6_fl_socklist {
|
||||
struct ipv6_fl_socklist *next;
|
||||
struct ip6_flowlabel *fl;
|
||||
struct rcu_head rcu;
|
||||
};
|
||||
|
||||
extern struct ip6_flowlabel *fl6_sock_lookup(struct sock *sk, __be32 label);
|
||||
|
Reference in New Issue
Block a user