From: Marian Csontos <mcsontos@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - lvmlockd: Fix syntax error in previous commit
Date: Wed, 11 Jan 2023 12:35:22 +0000 (GMT) [thread overview]
Message-ID: <20230111123522.EDC9D3858C83@sourceware.org> (raw)
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=2ab81a3513f200d16d35b07cc8d510ba5d95c001
Commit: 2ab81a3513f200d16d35b07cc8d510ba5d95c001
Parent: 7c9c3ba5d59eef94c846e16d786e3ff4029516e5
Author: Marian Csontos <mcsontos@redhat.com>
AuthorDate: Wed Jan 11 13:34:38 2023 +0100
Committer: Marian Csontos <mcsontos@redhat.com>
CommitterDate: Wed Jan 11 13:34:38 2023 +0100
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;
}
reply other threads:[~2023-01-11 12:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230111123522.EDC9D3858C83@sourceware.org \
--to=mcsontos@sourceware.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.