ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.
[deliverable/linux.git] / include / net / ipv6.h
index 1d457161def255dc5a3aa9e842881c4417407710..851d5412a299ba95510305f35cf45bdd7b55dbdc 100644 (file)
@@ -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);
This page took 0.028267 seconds and 5 git commands to generate.