Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757564AbZGPOnX (ORCPT ); Thu, 16 Jul 2009 10:43:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756543AbZGPOnX (ORCPT ); Thu, 16 Jul 2009 10:43:23 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:44643 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756532AbZGPOnW (ORCPT ); Thu, 16 Jul 2009 10:43:22 -0400 Subject: Re: [PATCH 1/4] scsi: Allow hosts to be flagged as hotpluggable From: James Bottomley To: Matthew Garrett Cc: Stefan Richter , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, linux-ide@vger.kernel.org In-Reply-To: <20090716143828.GB13924@srcf.ucam.org> References: <1247701438-18266-1-git-send-email-mjg@redhat.com> <4A5F3975.70503@s5r6.in-berlin.de> <20090716143828.GB13924@srcf.ucam.org> Content-Type: text/plain Date: Thu, 16 Jul 2009 14:43:19 +0000 Message-Id: <1247755399.6606.4.camel@mulgrave.site> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1358 Lines: 46 On Thu, 2009-07-16 at 15:38 +0100, Matthew Garrett wrote: > On Thu, Jul 16, 2009 at 04:30:13PM +0200, Stefan Richter wrote: > > Matthew Garrett wrote: > > > @@ -447,6 +448,11 @@ struct scsi_host_template { > > > unsigned ordered_tag:1; > > > > > > /* > > > + * True if host supports hotplugging > > > + */ > > > + unsigned hotpluggable:1; > > > + > > > > The comment should specify what the actual effects of the flag are. > > > > (Provides the default for Scsi_Host.hotpluggable?) > > Ok. > > > > > > > + /* 1 if hotpluggable, 0 if not */ > > > + unsigned hotpluggable:1; > > > + > > > > Ditto here. > > There's no in-kernel effect of this flag - it's just exposed to > userspace. > > > (Is used by power management infrastructure to decide over runtime PM > > policy? I.e. don't enter power states which would prevent the port from > > detecting/ reporting hotplug events?) > > Exactly. OK, so if this is only in relation to SATA power management, put it in libata and call it something like pm_capable. That way we don't have to work out what to do with it for the rest of SCSI. James -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/