
Build Update for libvirt/libvirt ------------------------------------- Build: #2462 Status: Still Failing Duration: 22 mins and 20 secs Commit: c012e0f (master) Author: Michal Privoznik Message: virSecurityManagerMetadataLock: Skip over duplicate paths If there are two paths on the list that are the same we need to lock it only once. Because when we try to lock it the second time then open() fails. And if it didn't, locking it the second time would fail for sure. After all, it is sufficient to lock all paths just once satisfy the caller. Reported-by: Daniel Henrique Barboza <danielhb413@gmail.com> Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Tested-by: Daniel Henrique Barboza <danielhb413@gmail.com> View the changeset: https://github.com/libvirt/libvirt/compare/48df09874ba5...c012e0f7fa80 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/560483733?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.