diff --git a/net/openvswitch/flow_table.c b/net/openvswitch/flow_table.c index c80df6f42feefbcec49727b68a4c767f56cb6813..574c3abc9b307ef6609f8f8dc09ade4b3253b814 100644 --- a/net/openvswitch/flow_table.c +++ b/net/openvswitch/flow_table.c @@ -139,7 +139,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,