]> sourceware.org Git - lvm2.git/commitdiff
lvmlockd: fix make lockstart wait
authorDavid Teigland <teigland@redhat.com>
Wed, 16 Jan 2019 19:24:29 +0000 (13:24 -0600)
committerDavid Teigland <teigland@redhat.com>
Wed, 16 Jan 2019 19:24:29 +0000 (13:24 -0600)
when building without lvmlockd

lib/locking/lvmlockd.h

index 1fbf76531f94b6203c8255872052d45cb5b12038..e5ae331b89cd3f416d15a98f5be5b6a622e1e4d3 100644 (file)
@@ -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;
 }
This page took 0.0353 seconds and 5 git commands to generate.