qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] virtio-blk: Remove stale comment about draining


From: Laszlo Ersek
Subject: Re: [Qemu-devel] [PATCH] virtio-blk: Remove stale comment about draining
Date: Mon, 1 Aug 2016 15:45:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

On 08/01/16 04:53, Fam Zheng wrote:
> This is stale after commit 6e40b3bf (virtio-blk: Use blk_drain() to
> drain IO requests), remove it.
> 
> Suggested-by: Laszlo Ersek <address@hidden>
> Signed-off-by: Fam Zheng <address@hidden>
> ---
>  hw/block/virtio-blk.c | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/hw/block/virtio-blk.c b/hw/block/virtio-blk.c
> index 89eca65..3468a21 100644
> --- a/hw/block/virtio-blk.c
> +++ b/hw/block/virtio-blk.c
> @@ -656,10 +656,6 @@ static void virtio_blk_reset(VirtIODevice *vdev)
>      AioContext *ctx;
>      VirtIOBlockReq *req;
>  
> -    /*
> -     * This should cancel pending requests, but can't do nicely until there
> -     * are per-device request lists.
> -     */
>      ctx = blk_get_aio_context(s->blk);
>      aio_context_acquire(ctx);
>      while (s->rq) {
> 

The thing I mildly dislike about patches that consist purely of code
removal is that they don't show up in "git blame", so it's hard to get
credit for them :) Which is a shame, beacuse code deletion is the best
kind of patch! :)

Reviewed-by: Laszlo Ersek <address@hidden>

Cheers!
Laszlo



reply via email to

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