Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.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 {