Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vhost: remove check around pthread_mutex_init
> pthread_mutex_init always returns 0. The other mutex functions > return 0 on success and a non-zero error code on error. Link: https://man7.org/linux/man-pages/man3/pthread_mutex_lock.3.html Bugzilla ID: 1586 Cc: Maxime Coquelin <maxime.coquelin@redhat.com> Cc: Chenbo Xia <chenbox@nvidia.com> Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
- Loading branch information