X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fflow_table.c;h=159572b59016a0b9b0b3a401f6c32191ba4f848a;hb=c5cf10598f8c9f4428291e9df3ecd72a05fb1ccf;hp=a680895e7d78afce05196975668b5b4c8838fe97;hpb=0641a4fbd74d47648ae79208ab36ae3d35284a4d;p=sliver-openvswitch.git diff --git a/datapath/flow_table.c b/datapath/flow_table.c index a680895e7..159572b59 100644 --- a/datapath/flow_table.c +++ b/datapath/flow_table.c @@ -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,