]> Git Repo - linux.git/blobdiff - lib/kobject.c
kconfig.h: Include compiler types to avoid missed struct attributes
[linux.git] / lib / kobject.c
index fad12300d2649e1c00e1ac5bf32efac07f4410a6..afd5a3fc6123316795308ba426fd303ba4d717f7 100644 (file)
@@ -1037,6 +1037,7 @@ void *kobj_ns_grab_current(enum kobj_ns_type type)
 
        return ns;
 }
+EXPORT_SYMBOL_GPL(kobj_ns_grab_current);
 
 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk)
 {
@@ -1072,3 +1073,4 @@ void kobj_ns_drop(enum kobj_ns_type type, void *ns)
                kobj_ns_ops_tbl[type]->drop_ns(ns);
        spin_unlock(&kobj_ns_type_lock);
 }
+EXPORT_SYMBOL_GPL(kobj_ns_drop);
This page took 0.027113 seconds and 4 git commands to generate.