From 057314ff8dd1d183b50c58ac387f5287e15e76aa Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac <zkabelac@redhat.com> Date: Fri, 1 Nov 2024 11:27:02 +0100 Subject: [PATCH] lvmlockd: update prototype for non-lvmlockd build Match prototype to last updates of lockd_init_lv_args(). --- lib/locking/lvmlockd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/locking/lvmlockd.h b/lib/locking/lvmlockd.h index c864c75e3..f6f059f28 100644 --- a/lib/locking/lvmlockd.h +++ b/lib/locking/lvmlockd.h @@ -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; }