diff options
Diffstat (limited to 'include/linux/user_namespace.h')
| -rw-r--r-- | include/linux/user_namespace.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h index dc2d85a7637..d767508db4f 100644 --- a/include/linux/user_namespace.h +++ b/include/linux/user_namespace.h @@ -6,12 +6,8 @@  #include <linux/sched.h>  #include <linux/err.h> -#define UIDHASH_BITS	(CONFIG_BASE_SMALL ? 3 : 7) -#define UIDHASH_SZ	(1 << UIDHASH_BITS) -  struct user_namespace {  	struct kref		kref; -	struct hlist_head	uidhash_table[UIDHASH_SZ];  	struct user_namespace	*parent;  	struct user_struct	*creator;  	struct work_struct	destroyer;  |