datapath: Remove ODPP_NORMAL macro.
[openvswitch] / datapath / flow.h
index 61ffcd7533154b24123af2ed2bfdeb453fba3592..076448272b9c2dc1178bab4958704eea671cc56c 100644 (file)
@@ -34,7 +34,7 @@ struct sw_flow {
        struct tbl_node tbl_node;
 
        struct odp_flow_key key;
-       struct sw_flow_actions *sf_acts;
+       struct sw_flow_actions __rcu *sf_acts;
 
        atomic_t refcnt;
        bool dead;