diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index edadd13cf53f..b4e6be7de5ad 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -84,6 +84,7 @@ struct sched_param { | |||
84 | #include <asm/processor.h> | 84 | #include <asm/processor.h> |
85 | 85 | ||
86 | struct exec_domain; | 86 | struct exec_domain; |
87 | struct futex_pi_state; | ||
87 | 88 | ||
88 | /* | 89 | /* |
89 | * List of flags we want to share for kernel threads, | 90 | * List of flags we want to share for kernel threads, |
@@ -915,6 +916,8 @@ struct task_struct { | |||
915 | #ifdef CONFIG_COMPAT | 916 | #ifdef CONFIG_COMPAT |
916 | struct compat_robust_list_head __user *compat_robust_list; | 917 | struct compat_robust_list_head __user *compat_robust_list; |
917 | #endif | 918 | #endif |
919 | struct list_head pi_state_list; | ||
920 | struct futex_pi_state *pi_state_cache; | ||
918 | 921 | ||
919 | atomic_t fs_excl; /* holding fs exclusive resources */ | 922 | atomic_t fs_excl; /* holding fs exclusive resources */ |
920 | struct rcu_head rcu; | 923 | struct rcu_head rcu; |