qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] virtio-blk: Remove stale comment about draining
@ 2016-08-01  2:53 Fam Zheng
  2016-08-01  5:08 ` Fam Zheng
  2016-08-01 13:45 ` Laszlo Ersek
  0 siblings, 2 replies; 4+ messages in thread
From: Fam Zheng @ 2016-08-01  2:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: lersek, stefanha

This is stale after commit 6e40b3bf (virtio-blk: Use blk_drain() to
drain IO requests), remove it.

Suggested-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
---
 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) {
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] virtio-blk: Remove stale comment about draining
  2016-08-01  2:53 [Qemu-devel] [PATCH] virtio-blk: Remove stale comment about draining Fam Zheng
@ 2016-08-01  5:08 ` Fam Zheng
  2016-08-01 13:45 ` Laszlo Ersek
  1 sibling, 0 replies; 4+ messages in thread
From: Fam Zheng @ 2016-08-01  5:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: lersek, stefanha

On Mon, 08/01 10: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 <lersek@redhat.com>
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---

Forgot to say, this applies on top of

[Qemu-devel] [PATCH] virtio-blk: Release s->rq queue at system_reset

which affects the diff's context slightly.

Fam

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] virtio-blk: Remove stale comment about draining
  2016-08-01  2:53 [Qemu-devel] [PATCH] virtio-blk: Remove stale comment about draining Fam Zheng
  2016-08-01  5:08 ` Fam Zheng
@ 2016-08-01 13:45 ` Laszlo Ersek
  2016-08-02  1:10   ` Fam Zheng
  1 sibling, 1 reply; 4+ messages in thread
From: Laszlo Ersek @ 2016-08-01 13:45 UTC (permalink / raw)
  To: Fam Zheng, qemu-devel; +Cc: stefanha

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 <lersek@redhat.com>
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>  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 <lersek@redhat.com>

Cheers!
Laszlo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH] virtio-blk: Remove stale comment about draining
  2016-08-01 13:45 ` Laszlo Ersek
@ 2016-08-02  1:10   ` Fam Zheng
  0 siblings, 0 replies; 4+ messages in thread
From: Fam Zheng @ 2016-08-02  1:10 UTC (permalink / raw)
  To: Laszlo Ersek; +Cc: qemu-devel, stefanha

On Mon, 08/01 15:45, Laszlo Ersek wrote:
> 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! :)

I can't agree more!  Thanks for reviewing!

Fam

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-02  1:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-01  2:53 [Qemu-devel] [PATCH] virtio-blk: Remove stale comment about draining Fam Zheng
2016-08-01  5:08 ` Fam Zheng
2016-08-01 13:45 ` Laszlo Ersek
2016-08-02  1:10   ` Fam Zheng

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).