From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 1/1] Drivers: scsi: storvsc: Don't pass ATA_16 command to the host Date: Fri, 2 Mar 2012 13:13:54 -0800 Message-ID: <20120302211354.GB6008@kroah.com> References: <1330721347-26781-1-git-send-email-kys@microsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pz0-f46.google.com ([209.85.210.46]:33678 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932156Ab2CBVQ5 (ORCPT ); Fri, 2 Mar 2012 16:16:57 -0500 Received: by dajr28 with SMTP id r28so2419337daj.19 for ; Fri, 02 Mar 2012 13:16:56 -0800 (PST) Content-Disposition: inline In-Reply-To: <1330721347-26781-1-git-send-email-kys@microsoft.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: "K. Y. Srinivasan" Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, virtualization@lists.osdl.org, ohering@suse.com, jbottomley@parallels.com, hch@infradead.org, linux-scsi@vger.kernel.org, Haiyang Zhang On Fri, Mar 02, 2012 at 12:49:07PM -0800, K. Y. Srinivasan wrote: > Windows hosts don't handle the ATA_16 command; don't pass it to the host. > > Signed-off-by: K. Y. Srinivasan > Signed-off-by: Haiyang Zhang > --- > drivers/scsi/storvsc_drv.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Should this go to older kernel versions as well? greg k-h