On 08/14/2018 07:19 AM, Michal Privoznik wrote:
This flag modifies the way the lock is acquired. It waits for the
lock to be set instead of usual set-or-fail logic that happens
without this flag.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/util/virlockspace.c | 14 ++++++++++----
src/util/virlockspace.h | 1 +
2 files changed, 11 insertions(+), 4 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John