On 7/4/2019 5:28 PM, Paul Blakey wrote:
> +static void
> +del_ufid_tc_mapping(const ovs_u128 *ufid)
> +{
> + ovs_mutex_lock(&ufid_lock);
> + del_ufid_tc_mapping_unlocked(ufid);
> + ovs_mutex_lock(&ufid_lock);
> }
> should be ovs_mutex_unlock at end of func. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
