tunnels: add _rcu annotations
[deliverable/linux.git] / include / net / ipip.h
index 58abbf966b0c816a3f22d0060fa0ad8aa08113ea..0403fe4c45199e2f5888d44700a9fb3a93df27af 100644 (file)
@@ -16,7 +16,7 @@ struct ip_tunnel_6rd_parm {
 };
 
 struct ip_tunnel {
-       struct ip_tunnel        *next;
+       struct ip_tunnel __rcu  *next;
        struct net_device       *dev;
 
        int                     err_count;      /* Number of arrived ICMP errors */
This page took 0.030257 seconds and 5 git commands to generate.