From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH v8 05/11] libata-eh: allow defer in ata_exec_internal Date: Mon, 29 Oct 2012 20:01:44 -0700 Message-ID: <20121030030144.GG4066@htj.dyndns.org> References: <1351501298-3716-1-git-send-email-aaron.lu@intel.com> <1351501298-3716-6-git-send-email-aaron.lu@intel.com> <20121029152051.GK5171@htj.dyndns.org> <508F42C0.8070807@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pb0-f46.google.com ([209.85.160.46]:45491 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753314Ab2J3DB5 (ORCPT ); Mon, 29 Oct 2012 23:01:57 -0400 Content-Disposition: inline In-Reply-To: <508F42C0.8070807@intel.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Aaron Lu Cc: Jeff Garzik , "Rafael J. Wysocki" , James Bottomley , Alan Stern , Oliver Neukum , Jeff Wu , Aaron Lu , Shane Huang , linux-ide@vger.kernel.org, linux-pm@vger.kernel.org, linux-scsi@vger.kernel.org, linux-acpi@vger.kernel.org Hello, On Tue, Oct 30, 2012 at 11:00:16AM +0800, Aaron Lu wrote: > > Why not do the discovery from EH? > > Do you mean set a device level EH flag and then schedule EH to do the > discovery? Yeah, something like that or why can't it be done while probing the device in the first place? Thanks. -- tejun