Blob Blame History Raw
From 3523651432864901f60d28b8ae3767218f4b39d3 Mon Sep 17 00:00:00 2001
From: David Teigland <teigland@redhat.com>
Date: Wed, 16 Jan 2019 13:24:29 -0600
Subject: [PATCH 5/5] lvmlockd: fix make lockstart wait

when building without lvmlockd
---
 lib/locking/lvmlockd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/locking/lvmlockd.h b/lib/locking/lvmlockd.h
index 1fbf765..e5ae331 100644
--- a/lib/locking/lvmlockd.h
+++ b/lib/locking/lvmlockd.h
@@ -148,7 +148,7 @@ static inline int lockd_rename_vg_final(struct cmd_context *cmd, struct volume_g
 	return 1;
 }
 
-static inline int lockd_start_vg(struct cmd_context *cmd, struct volume_group *vg, int start_init)
+static inline int lockd_start_vg(struct cmd_context *cmd, struct volume_group *vg, int start_init, int *exists)
 {
 	return 0;
 }
-- 
1.8.3.1