qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH 13/13] block: Remove poll parameter from bdrv_parent_drained_


From: Hanna Reitz
Subject: Re: [PATCH 13/13] block: Remove poll parameter from bdrv_parent_drained_begin_single()
Date: Mon, 14 Nov 2022 21:24:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 08.11.22 13:37, Kevin Wolf wrote:
All callers of bdrv_parent_drained_begin_single() pass poll=false now,
so we don't need the parameter any more.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
---
  include/block/block-io.h | 5 ++---
  block.c                  | 4 ++--
  block/io.c               | 7 ++-----
  3 files changed, 6 insertions(+), 10 deletions(-)

Well, “drained_begin” does not mean “drain”, so...

Reviewed-by: Hanna Reitz <hreitz@redhat.com>




reply via email to

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