datapath: remove RCU annotation from flow->mask
[sliver-openvswitch.git] / datapath / flow.h
index 1a3764e..59c7f6e 100644 (file)
@@ -120,7 +120,7 @@ struct sw_flow {
 
        struct sw_flow_key key;
        struct sw_flow_key unmasked_key;
-       struct sw_flow_mask __rcu *mask;
+       struct sw_flow_mask *mask;
        struct sw_flow_actions __rcu *sf_acts;
 
        spinlock_t lock;        /* Lock for values below. */