diff mbox

virtio-blk: Remove stale comment about draining

Message ID 1470020036-14024-1-git-send-email-famz@redhat.com
State New
Headers show

Commit Message

Fam Zheng Aug. 1, 2016, 2:53 a.m. UTC
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(-)

Comments

Fam Zheng Aug. 2, 2016, 1:10 a.m. UTC | #1
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
diff mbox

Patch

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