]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/user_namespace.c
[ARM] cache align destination pointer when copying memory for some processors
[linux-2.6-omap-h63xx.git] / kernel / user_namespace.c
index 4c9006275df7fef80ae61944d39cdeea78246bb0..a9ab0596de44afe2bf3daa75c2c4ddca064c7f97 100644 (file)
@@ -8,6 +8,7 @@
 #include <linux/module.h>
 #include <linux/version.h>
 #include <linux/nsproxy.h>
+#include <linux/slab.h>
 #include <linux/user_namespace.h>
 
 /*
@@ -73,3 +74,4 @@ void free_user_ns(struct kref *kref)
        release_uids(ns);
        kfree(ns);
 }
+EXPORT_SYMBOL(free_user_ns);