From 2ab81a3513f200d16d35b07cc8d510ba5d95c001 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Wed, 11 Jan 2023 13:34:38 +0100 Subject: lvmlockd: Fix syntax error in previous commit --- 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 8628fa093..d486abc09 100644 --- a/lib/locking/lvmlockd.h +++ b/lib/locking/lvmlockd.h @@ -260,7 +260,7 @@ static inline int lockd_lv_refresh(struct cmd_context *cmd, struct lvresize_para return 0; } -static inline int lockd_query_lv(struct cmd_context *cmd, struct logical_volume *lv, int *ex, int *sh); +static inline int lockd_query_lv(struct cmd_context *cmd, struct logical_volume *lv, int *ex, int *sh) { return 0; } -- cgit v1.2.1