1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

lvmlockd: fix make lockstart wait

when building without lvmlockd
This commit is contained in:
David Teigland 2019-01-16 13:24:29 -06:00
parent ebaaff3590
commit facd520931

View File

@ -148,7 +148,7 @@ static inline int lockd_rename_vg_final(struct cmd_context *cmd, struct volume_g
return 1; 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; return 0;
} }