On Thu, Feb 05, 2009 at 01:18:08PM +0000, PAtrick Gerber wrote:
> Hello all,
> 
> I am working with kobject, kset and sysfs. I need, to show a complexe
> hierarchie, to add some kset in a kset. For that I use  kobject
> embedded in the kset:
> 
> child_kset = kset_create_and_add(name, NULL, &parent_kset->kobj);

Yeah, that would work, but what are you really trying to show here?

> This is working fine but the child kset created is not added in the
> child list of the parent kset. When I add a kobject in a kset I set
> the kset field of the kobject for that, but I can't touch the kobject
> embedded in a kset...

You shouldn't touch the kobject within a kset, that's "private".

What specifically are you trying to do here?  Using ksets directly is
usually not something that anyone should be doing.

thanks,

greg k-h

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to