1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

lvmlockd: fix function def for non-lvmlockd build

This commit is contained in:
David Teigland 2015-08-26 16:05:20 -05:00
parent 58713d34dd
commit fd238f3c0e

View File

@ -129,7 +129,7 @@ static inline int lockd_init_vg(struct cmd_context *cmd, struct volume_group *vg
return 1;
}
static inline int lockd_free_vg_before(struct cmd_context *cmd, struct volume_group *vg)
static inline int lockd_free_vg_before(struct cmd_context *cmd, struct volume_group *vg, int changing)
{
return 1;
}