qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] quorum: Remove unnecessary forward declaration


From: Peter Maydell
Subject: Re: [PATCH] quorum: Remove unnecessary forward declaration
Date: Thu, 6 Oct 2022 14:25:23 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]