From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bU5TD-0005lr-7x for qemu-devel@nongnu.org; Mon, 01 Aug 2016 01:08:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bU5T8-0006kC-UC for qemu-devel@nongnu.org; Mon, 01 Aug 2016 01:08:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bU5T8-0006k8-PV for qemu-devel@nongnu.org; Mon, 01 Aug 2016 01:08:50 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 771B385540 for ; Mon, 1 Aug 2016 05:08:50 +0000 (UTC) Date: Mon, 1 Aug 2016 13:08:48 +0800 From: Fam Zheng Message-ID: <20160801050848.GB30331@ad.usersys.redhat.com> References: <1470020036-14024-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1470020036-14024-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] virtio-blk: Remove stale comment about draining List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: lersek@redhat.com, stefanha@redhat.com 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 > Signed-off-by: Fam Zheng > --- 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