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:
parent
88a085c485
commit
057314ff8d
@ -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,
|
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;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user