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); }; This structure is used to describe a particular type of kobject (or, more -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== -- 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