]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sched.h
sched: fix the task_group hierarchy for UID grouping
[linux-2.6-omap-h63xx.git] / include / linux / sched.h
index fa14781747cb7b5d1c39aaaab259366365cfcf89..ada24022d23049418e915dc4a53cd7e8b8b7f75f 100644 (file)
@@ -2051,6 +2051,9 @@ extern void normalize_rt_tasks(void);
 #ifdef CONFIG_GROUP_SCHED
 
 extern struct task_group init_task_group;
+#ifdef CONFIG_USER_SCHED
+extern struct task_group root_task_group;
+#endif
 
 extern struct task_group *sched_create_group(struct task_group *parent);
 extern void sched_destroy_group(struct task_group *tg);