Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide
[linux-2.6-block.git] / kernel / user_namespace.c
index 246d4d4ce5c70cde4b5c9ed7fd33f54c1efe5a3e..492c255e6c5a31ee135004123193310a8e6e3ce2 100644 (file)
@@ -1235,6 +1235,7 @@ bool current_in_userns(const struct user_namespace *target_ns)
 {
        return in_userns(target_ns, current_user_ns());
 }
+EXPORT_SYMBOL(current_in_userns);
 
 static inline struct user_namespace *to_user_ns(struct ns_common *ns)
 {