
16 Aug
2018
16 Aug
'18
6:19 p.m.
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@redhat.com> --- src/util/virlockspace.c | 14 ++++++++++---- src/util/virlockspace.h | 1 + 2 files changed, 11 insertions(+), 4 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John