Prepare for post-2.2.0 (2.2.90).
[sliver-openvswitch.git] / datapath / flow_table.c
index a680895..159572b 100644 (file)
@@ -141,7 +141,7 @@ static void flow_free(struct sw_flow *flow)
 {
        int node;
 
-       kfree((struct sf_flow_acts __force *)flow->sf_acts);
+       kfree((struct sw_flow_actions __force *)flow->sf_acts);
        for_each_node(node)
                if (flow->stats[node])
                        kmem_cache_free(flow_stats_cache,