On Tue, Aug 28, 2012 at 05:54:38AM -0400, Robert P. J. Day wrote: > > Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> > > --- > > just a slight addition so that the description of "struct kobj_type" > matches its current declaration. what would logically follow is more > documentation explaining namespaces. some day ... > > diff --git a/Documentation/kobject.txt b/Documentation/kobject.txt > index 49578cf..a1ffe8b 100644 > --- a/Documentation/kobject.txt > +++ b/Documentation/kobject.txt > @@ -287,6 +287,8 @@ kobj_type: > void (*release)(struct kobject *); > const struct sysfs_ops *sysfs_ops; > struct attribute **default_attrs; > + const struct kobj_ns_type_operations *(*child_ns_type)(struct kobject *kobj); > + const void *(*namespace)(struct kobject *kobj); Care to use the same indenting style here so that things line up properly? greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html