From: Fam Zheng Date: Thu, 4 Aug 2016 02:44:14 +0000 (+0800) Subject: virtio-blk: Remove stale comment about draining X-Git-Tag: v2.7.0-rc2~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27d1b87688dcea8702f06b5240abf6b8d8f53346;p=thirdparty%2Fqemu.git virtio-blk: Remove stale comment about draining This is stale after commit 6e40b3bf (virtio-blk: Use blk_drain() to drain IO requests), remove it. Suggested-by: Laszlo Ersek Signed-off-by: Fam Zheng Reviewed-by: Laszlo Ersek Message-id: 1470278654-13525-3-git-send-email-famz@redhat.com Signed-off-by: Stefan Hajnoczi --- diff --git a/hw/block/virtio-blk.c b/hw/block/virtio-blk.c index 1e348b1abb7..331d7667eca 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); blk_drain(s->blk);