From: Pravin B Shelar Date: Fri, 31 Jan 2014 17:43:23 +0000 (-0800) Subject: openvswitch: Fix ovs_flow_free() ovs-lock assert. X-Git-Tag: v3.14-rc3~36^2~48^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4c6d7595403e943a3afc334eb8c0efcd840043a;p=pandora-kernel.git openvswitch: Fix ovs_flow_free() ovs-lock assert. ovs_flow_free() is not called under ovs-lock during packet execute path (ovs_packet_cmd_execute()). Since packet execute does not touch flow->mask, there is no need to take that lock either. So move assert in case where flow->mask is checked. Found by code inspection. Signed-off-by: Pravin B Shelar Signed-off-by: Jesse Gross --- Reading git-diff-tree failed