From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYXvU-0002FN-AN for qemu-devel@nongnu.org; Mon, 29 Sep 2014 06:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYXvL-0000w4-Ar for qemu-devel@nongnu.org; Mon, 29 Sep 2014 06:11:28 -0400 Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:33312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYXvL-0000uN-4L for qemu-devel@nongnu.org; Mon, 29 Sep 2014 06:11:19 -0400 Received: by mail-wg0-f47.google.com with SMTP id b13so1470795wgh.30 for ; Mon, 29 Sep 2014 03:11:12 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5429303C.6080100@redhat.com> Date: Mon, 29 Sep 2014 12:11:08 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1411868881-19110-1-git-send-email-famz@redhat.com> <1411868881-19110-8-git-send-email-famz@redhat.com> In-Reply-To: <1411868881-19110-8-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 7/7] virtio-scsi: Handle TMF request cancellation asynchronously List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Il 28/09/2014 03:48, Fam Zheng ha scritto: > + virtio_scsi_complete_req(req); > + } else { > + assert(r = -EINPROGRESS); > + } > } = instead of == here. Apart from this, the patch looks good. Thanks! Paolo