Re: [patch 12/21] perfmon2 minimal: sysfs interface

From: Greg KH
Date: Thu Jun 12 2008 - 23:56:41 EST


On Thu, Jun 12, 2008 at 02:54:15PM +0200, stephane eranian wrote:
> Greg,
>
> I looked at the documentation and the examples.
>
> Find attached an updated version of the perfmon-sysfs.diff patch.
>
> I have grouped attribute functions into common show/store functions
> with a strcmp on
> the attribute name. I have also used the kobject_init_and_add() function.
>
> Once thing still confusing to me is the business with kobject_put()
> after a kobject_init_and_add().
> Is that necessary to drop the ref count to zero?

Yes.

> Also when you link to a parent, like this:
> pfm_kernel_kobj = kobject_create_and_add("perfmon", kernel_kobj);
>
> Does this increment the ref count on the parent?

Yes.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/