* [PATCH] quorum: Remove unnecessary forward declaration
@ 2022-10-06 12:26 Kevin Wolf
2022-10-06 13:25 ` Peter Maydell
2022-10-06 15:14 ` Philippe Mathieu-Daudé via
0 siblings, 2 replies; 3+ messages in thread
From: Kevin Wolf @ 2022-10-06 12:26 UTC (permalink / raw)
To: qemu-block; +Cc: kwolf, qemu-devel
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
---
block/quorum.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/block/quorum.c b/block/quorum.c
index 970f63d9f9..f9e6539ceb 100644
--- a/block/quorum.c
+++ b/block/quorum.c
@@ -232,8 +232,6 @@ static bool quorum_has_too_much_io_failed(QuorumAIOCB *acb)
return false;
}
-static int read_fifo_child(QuorumAIOCB *acb);
-
static void quorum_copy_qiov(QEMUIOVector *dest, QEMUIOVector *source)
{
int i;
--
2.37.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] quorum: Remove unnecessary forward declaration
2022-10-06 12:26 [PATCH] quorum: Remove unnecessary forward declaration Kevin Wolf
@ 2022-10-06 13:25 ` Peter Maydell
2022-10-06 15:14 ` Philippe Mathieu-Daudé via
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2022-10-06 13:25 UTC (permalink / raw)
To: Kevin Wolf; +Cc: qemu-block, qemu-devel
On Thu, 6 Oct 2022 at 14:13, Kevin Wolf <kwolf@redhat.com> wrote:
>
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
> block/quorum.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/block/quorum.c b/block/quorum.c
> index 970f63d9f9..f9e6539ceb 100644
> --- a/block/quorum.c
> +++ b/block/quorum.c
> @@ -232,8 +232,6 @@ static bool quorum_has_too_much_io_failed(QuorumAIOCB *acb)
> return false;
> }
>
> -static int read_fifo_child(QuorumAIOCB *acb);
> -
> static void quorum_copy_qiov(QEMUIOVector *dest, QEMUIOVector *source)
> {
> int i;
> --
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] quorum: Remove unnecessary forward declaration
2022-10-06 12:26 [PATCH] quorum: Remove unnecessary forward declaration Kevin Wolf
2022-10-06 13:25 ` Peter Maydell
@ 2022-10-06 15:14 ` Philippe Mathieu-Daudé via
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé via @ 2022-10-06 15:14 UTC (permalink / raw)
To: Kevin Wolf, qemu-block; +Cc: qemu-devel
On 6/10/22 14:26, Kevin Wolf wrote:
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
> block/quorum.c | 2 --
> 1 file changed, 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-06 15:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-06 12:26 [PATCH] quorum: Remove unnecessary forward declaration Kevin Wolf
2022-10-06 13:25 ` Peter Maydell
2022-10-06 15:14 ` Philippe Mathieu-Daudé via
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).