sysfs: Implement sysfs tagged directory support.
[pandora-kernel.git] / lib / kobject.c
index bbb2bb4..b2c6d1f 100644 (file)
@@ -950,6 +950,7 @@ const void *kobj_ns_initial(enum kobj_ns_type type)
 
 void kobj_ns_exit(enum kobj_ns_type type, const void *ns)
 {
+       sysfs_exit_ns(type, ns);
 }