diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 12:11:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 12:11:18 -0400 |
commit | e6d5a11dad44b8ae18ca8fc4ecb72ccccfa0a2d2 (patch) | |
tree | 7e3837c8f28e2e969a7b7d040b00676c90bf72c7 /include/linux | |
parent | b6257a9036f06878a0f02354d5a07f155e1cfee0 (diff) | |
parent | b9dca1e0fcb696716840a3bc8f20a6941b484dbf (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
* git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched:
sched: fix new task startup crash
sched: fix !SYSFS build breakage
sched: fix improper load balance across sched domain
sched: more robust sd-sysctl entry freeing
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 3de5aa210feb..c204ab0d4df1 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -535,10 +535,12 @@ struct user_struct { | |||
535 | 535 | ||
536 | #ifdef CONFIG_FAIR_USER_SCHED | 536 | #ifdef CONFIG_FAIR_USER_SCHED |
537 | struct task_group *tg; | 537 | struct task_group *tg; |
538 | #ifdef CONFIG_SYSFS | ||
538 | struct kset kset; | 539 | struct kset kset; |
539 | struct subsys_attribute user_attr; | 540 | struct subsys_attribute user_attr; |
540 | struct work_struct work; | 541 | struct work_struct work; |
541 | #endif | 542 | #endif |
543 | #endif | ||
542 | }; | 544 | }; |
543 | 545 | ||
544 | #ifdef CONFIG_FAIR_USER_SCHED | 546 | #ifdef CONFIG_FAIR_USER_SCHED |