On Tue, 16 Aug 2016 15:33:14 -0700
Dmitry Torokhov <dmitry.torok...@gmail.com> wrote:

>  static struct kobj_type device_ktype = {
>       .release        = device_release,
>       .sysfs_ops      = &dev_sysfs_ops,
>       .namespace      = device_namespace,
> +     .get_ownership  = device_get_ownership,
>  };
>  

OT - I wonder if kobj_type could be ro_after_init?

Reply via email to