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

lvmlockd: update prototype for non-lvmlockd build

Match prototype to last updates of lockd_init_lv_args().
This commit is contained in:
Zdenek Kabelac 2024-11-01 11:27:02 +01:00
parent 88a085c485
commit 057314ff8d

View File

@ -255,7 +255,7 @@ static inline int lockd_init_lv(struct cmd_context *cmd, struct volume_group *vg
}
static inline int lockd_init_lv_args(struct cmd_context *cmd, struct volume_group *vg,
struct logical_volume *lv, const char *lock_type, const char **lock_args)
struct logical_volume *lv, const char *lock_type, const char *last_args, const char **lock_args)
{
return 1;
}