On Mon, Dec 10, 2018 at 08:05:22PM +0300, Ilya Maximets wrote:
> There are no users of these functions.
> This change fixes clang build on FreeBSD:
> 
>   lib/ovs-thread.c:158:1: error: \
>       mutex 'mutex' is still held at the end of function \
>       [-Werror,-Wthread-safety-analysis]
>   XPTHREAD_FUNC1(pthread_mutex_lock, pthread_mutex_t *);
>   ^
>   lib/ovs-thread.c:138:5: note: expanded from macro 'XPTHREAD_FUNC1'
>       }
>       ^
> 
> Fixes: 4dff0893c376 ("ovs-atomic-pthreads: Use global shared locks for 
> atomic_flag also.")
> Signed-off-by: Ilya Maximets <[email protected]>

Applied to master, thanks!
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to