Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspe...
[cascardo/linux.git] / include / linux / user_namespace.h
index 8178156..faf4679 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 {