From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268064AbUHKNjM (ORCPT ); Wed, 11 Aug 2004 09:39:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268061AbUHKNjL (ORCPT ); Wed, 11 Aug 2004 09:39:11 -0400 Received: from stat16.steeleye.com ([209.192.50.48]:62861 "EHLO hancock.sc.steeleye.com") by vger.kernel.org with ESMTP id S268060AbUHKNjH (ORCPT ); Wed, 11 Aug 2004 09:39:07 -0400 Subject: Re: [PATCH] SCSI midlayer power management From: James Bottomley To: Alan Cox Cc: Nathan Bryant , Linux SCSI Reflector , Linux Kernel Mailing List , Pavel Machek , Jeff Garzik In-Reply-To: <1092218000.18968.2.camel@localhost.localdomain> References: <411960C3.5090107@optonline.net> <1092218000.18968.2.camel@localhost.localdomain> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-9) Date: 11 Aug 2004 08:39:01 -0500 Message-Id: <1092231542.2087.7.camel@mulgrave> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2004-08-11 at 04:53, Alan Cox wrote: > That was something Mark Lord reported higher level I suspect - which is > that the scsi path is disabled before the sync cache command is sent so > the command is always errored before it hits the drive Yes, this one's my fault. I have patches to fix this, I never got around to merging them. Randy was on at me yesterday about this too. I'll dig them out. (The problem is that last sync is sent in SDEV_DEL state, so it gets rejected). James