netns: Teach network device kobjects which namespace they are in.
[safe/jmp/linux-2.6] / include / linux / kobject.h
index b60d2df..cf343a8 100644 (file)
@@ -142,6 +142,7 @@ extern const struct sysfs_ops kobj_sysfs_ops;
  */
 enum kobj_ns_type {
        KOBJ_NS_TYPE_NONE = 0,
+       KOBJ_NS_TYPE_NET,
        KOBJ_NS_TYPES
 };