diff options
Diffstat (limited to 'net/openvswitch/flow_table.c')
-rw-r--r-- | net/openvswitch/flow_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/flow_table.c b/net/openvswitch/flow_table.c index c80df6f42fee..574c3abc9b30 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) | |||
139 | { | 139 | { |
140 | int node; | 140 | int node; |
141 | 141 | ||
142 | kfree((struct sf_flow_acts __force *)flow->sf_acts); | 142 | kfree((struct sw_flow_actions __force *)flow->sf_acts); |
143 | for_each_node(node) | 143 | for_each_node(node) |
144 | if (flow->stats[node]) | 144 | if (flow->stats[node]) |
145 | kmem_cache_free(flow_stats_cache, | 145 | kmem_cache_free(flow_stats_cache, |