From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752040AbcCIB7s (ORCPT ); Tue, 8 Mar 2016 20:59:48 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:23465 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750799AbcCIB7k (ORCPT ); Tue, 8 Mar 2016 20:59:40 -0500 To: Vitaly Kuznetsov Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, "K. Y. Srinivasan" , Haiyang Zhang , Cathy Avery Subject: Re: [PATCH] scsi: storvsc: fix SRB_STATUS_ABORTED handling From: "Martin K. Petersen" Organization: Oracle Corporation References: <1457348384-11869-1-git-send-email-vkuznets@redhat.com> Date: Tue, 08 Mar 2016 20:59:30 -0500 In-Reply-To: <1457348384-11869-1-git-send-email-vkuznets@redhat.com> (Vitaly Kuznetsov's message of "Mon, 7 Mar 2016 11:59:44 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Source-IP: userv0022.oracle.com [156.151.31.74] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >>>>> "Vitaly" == Vitaly Kuznetsov writes: Vitaly> Commit 3209f9d780d1 ("scsi: storvsc: Fix a bug in the handling Vitaly> of SRB status flags") filtered SRB_STATUS_AUTOSENSE_VALID out Vitaly> effectively making the (SRB_STATUS_ABORTED | Vitaly> SRB_STATUS_AUTOSENSE_VALID) case a dead code. The logic from Vitaly> this branch (e.g. storvsc_device_scan() call) is still required, Vitaly> fix the check. Applied to 4.5/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering