From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264000AbTJFSYL (ORCPT ); Mon, 6 Oct 2003 14:24:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264010AbTJFSYL (ORCPT ); Mon, 6 Oct 2003 14:24:11 -0400 Received: from wsip-68-14-236-254.ph.ph.cox.net ([68.14.236.254]:33514 "EHLO office.lsg.internal") by vger.kernel.org with ESMTP id S264000AbTJFSYG (ORCPT ); Mon, 6 Oct 2003 14:24:06 -0400 Message-ID: <3F81B339.6040201@backtobasicsmgmt.com> Date: Mon, 06 Oct 2003 11:23:53 -0700 From: "Kevin P. Fleming" Organization: Back to Basics Network Management User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg KH CC: Christian Borntraeger , Al Viro , Patrick Mochel , LKML , Dipankar Sarma Subject: Re: [RFC 0/6] Backing Store for sysfs References: <20031006174128.GA4460@kroah.com> <3F81ADC8.3090403@backtobasicsmgmt.com> <20031006181134.GA4657@kroah.com> In-Reply-To: <20031006181134.GA4657@kroah.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Greg KH wrote: > The hotplug event points to the sysfs location of the kobject, that's > all. libsysfs then takes that kobject location and sucks up all of the > attribute information for that kobject, which udev then uses to > determine what it should do. This sounds like a very different issue than what I thought you said originally. Your other message said a "find over the sysfs tree", implying some sort of tree-wide search for relevant information. In fact, the "find" is only for attributes in the directory owned by the kobject, right? Once they have been "found", they will age out of the dentry/inode cache just like any other search results. > > Unless we want to pass all attribute information through hotplug, which > we do not. > I agree, that would be difficult and hard to manage.