aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 592e3a55f81..4ac7d51ad0e 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -530,10 +530,12 @@ struct user_struct {
530 530
531#ifdef CONFIG_FAIR_USER_SCHED 531#ifdef CONFIG_FAIR_USER_SCHED
532 struct task_group *tg; 532 struct task_group *tg;
533#ifdef CONFIG_SYSFS
533 struct kset kset; 534 struct kset kset;
534 struct subsys_attribute user_attr; 535 struct subsys_attribute user_attr;
535 struct work_struct work; 536 struct work_struct work;
536#endif 537#endif
538#endif
537}; 539};
538 540
539#ifdef CONFIG_FAIR_USER_SCHED 541#ifdef CONFIG_FAIR_USER_SCHED