Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752508AbaFDLdT (ORCPT ); Wed, 4 Jun 2014 07:33:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50389 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751640AbaFDLdR (ORCPT ); Wed, 4 Jun 2014 07:33:17 -0400 Message-ID: <538F03F0.8050506@redhat.com> Date: Wed, 04 Jun 2014 13:33:04 +0200 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Bart Van Assche , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org CC: hch@lst.de, JBottomley@Parallels.com, venkateshs@google.com Subject: Re: [PATCH v2 0/6] virtio-scsi patches for 3.16 + midlayer fix References: <1401876703-10236-1-git-send-email-pbonzini@redhat.com> <538F0127.9040300@acm.org> In-Reply-To: <538F0127.9040300@acm.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 04/06/2014 13:21, Bart Van Assche ha scritto: > > Thanks for the quick respin. However, since you are mentioning that in > v2 all occurrences of "scmd->result |= DID_TIME_OUT << 16" have been > addressed, this made me wonder whether you had noticed the following > code in scsi_decide_disposition() ? > > switch (host_byte(scmd->result)) { > [ ... ] > case DID_ABORT: > if (scmd->eh_eflags & SCSI_EH_ABORT_SCHEDULED) { > scmd->result |= DID_TIME_OUT << 16; > return SUCCESS; > } Nope, I miscounted how many occurrences were left. v3 on the way. Paolo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/