]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/user_namespace.h
Merge branch 'master' into tk71
[mv-sheeva.git] / include / linux / user_namespace.h
index 8178156711f9f254c77452d8e3b4d25ded814f5e..faf467944bafc0937ee7710b154e1ad91e07f847 100644 (file)
@@ -6,7 +6,7 @@
 #include <linux/sched.h>
 #include <linux/err.h>
 
-#define UIDHASH_BITS   (CONFIG_BASE_SMALL ? 3 : 8)
+#define UIDHASH_BITS   (CONFIG_BASE_SMALL ? 3 : 7)
 #define UIDHASH_SZ     (1 << UIDHASH_BITS)
 
 struct user_namespace {