aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 03c13b663e4b..d0cc58311b13 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -597,6 +597,10 @@ struct user_struct {
597 /* Hash table maintenance information */ 597 /* Hash table maintenance information */
598 struct hlist_node uidhash_node; 598 struct hlist_node uidhash_node;
599 uid_t uid; 599 uid_t uid;
600
601#ifdef CONFIG_FAIR_USER_SCHED
602 struct task_grp *tg;
603#endif
600}; 604};
601 605
602extern struct user_struct *find_user(uid_t); 606extern struct user_struct *find_user(uid_t);