From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] When a disk wakes up from sleep, ensure that the command is retried by SCSI EH. Date: Sat, 08 Aug 2009 08:23:21 +0900 Message-ID: <4A7CB769.4040309@kernel.org> References: <4A7CB4D6.7020902@kernel.org> <1249687069-31011-1-git-send-email-gwendal@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from hera.kernel.org ([140.211.167.34]:56930 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932146AbZHGXVB (ORCPT ); Fri, 7 Aug 2009 19:21:01 -0400 In-Reply-To: <1249687069-31011-1-git-send-email-gwendal@google.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Gwendal Grignou Cc: linux-ide@vger.kernel.org Gwendal Grignou wrote: > Without this fix, ATA passthrough commands are not resend to the drive, and no > error is signalled to the caller because: > - allowed retry count is 1 > - ata_eh_qc_complete fill the sense data, so result is valid > - sense data is filled with untouched ATA registers. > > Signed-off-by: Gwendal Grignou Acked-by: Tejun Heo -- tejun