Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 23 Jan 2003 19:38:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 23 Jan 2003 19:38:15 -0500 Received: from 12-231-249-244.client.attbi.com ([12.231.249.244]:5137 "HELO kroah.com") by vger.kernel.org with SMTP id ; Thu, 23 Jan 2003 19:38:14 -0500 Date: Thu, 23 Jan 2003 16:45:29 -0800 From: Greg KH To: Stanley Wang Cc: Linux Kernel Mailing List , PCI_Hot_Plug_Discuss Subject: Re: [PATCH] Replace pcihpfs with sysfs. Message-ID: <20030124004529.GA11646@kroah.com> References: <20030123045447.GB6584@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 23, 2003 at 06:34:42PM +0800, Stanley Wang wrote: > > > +static struct subsystem hotplug_slot_subsys; > > > > You need to initialize this structure to something, and give it a name. > > Otherwise all of the slots show up in the top of sysfs, right? I would > > really like to see these directories show up in /sys/bus/pci/slots/ if > > you can get them to go there. > > > Done. I move it from "/sys/hotplug_slot" to "/sys/bus/pci/hotplug_slots". > Is it OK ? Thanks, yes, that looks good, along with your other changes. But can you send me a patch against a clean kernel, and not against your last patch? Makes it easier for me to apply that way. thanks, greg k-h - 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/