diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 2036e9f26020..7f8015a3082e 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -638,6 +638,7 @@ struct user_struct { | |||
638 | /* Hash table maintenance information */ | 638 | /* Hash table maintenance information */ |
639 | struct hlist_node uidhash_node; | 639 | struct hlist_node uidhash_node; |
640 | uid_t uid; | 640 | uid_t uid; |
641 | struct user_namespace *user_ns; | ||
641 | 642 | ||
642 | #ifdef CONFIG_USER_SCHED | 643 | #ifdef CONFIG_USER_SCHED |
643 | struct task_group *tg; | 644 | struct task_group *tg; |