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 fd4848f2d750..20b4f0372e44 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -874,6 +874,9 @@ struct task_struct { | |||
874 | int cpuset_mem_spread_rotor; | 874 | int cpuset_mem_spread_rotor; |
875 | #endif | 875 | #endif |
876 | struct robust_list_head __user *robust_list; | 876 | struct robust_list_head __user *robust_list; |
877 | #ifdef CONFIG_COMPAT | ||
878 | struct compat_robust_list_head __user *compat_robust_list; | ||
879 | #endif | ||
877 | 880 | ||
878 | atomic_t fs_excl; /* holding fs exclusive resources */ | 881 | atomic_t fs_excl; /* holding fs exclusive resources */ |
879 | struct rcu_head rcu; | 882 | struct rcu_head rcu; |