diff options
Diffstat (limited to 'include/linux/sched.h')
-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 a7fff3304bd6..4fa631fa55e3 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -239,6 +239,7 @@ extern signed long schedule_timeout_uninterruptible(signed long timeout); | |||
239 | asmlinkage void schedule(void); | 239 | asmlinkage void schedule(void); |
240 | 240 | ||
241 | struct namespace; | 241 | struct namespace; |
242 | struct nsproxy; | ||
242 | 243 | ||
243 | /* Maximum number of active map areas.. This is a random (large) number */ | 244 | /* Maximum number of active map areas.. This is a random (large) number */ |
244 | #define DEFAULT_MAX_MAP_COUNT 65536 | 245 | #define DEFAULT_MAX_MAP_COUNT 65536 |
@@ -898,6 +899,7 @@ struct task_struct { | |||
898 | struct files_struct *files; | 899 | struct files_struct *files; |
899 | /* namespace */ | 900 | /* namespace */ |
900 | struct namespace *namespace; | 901 | struct namespace *namespace; |
902 | struct nsproxy *nsproxy; | ||
901 | /* signal handlers */ | 903 | /* signal handlers */ |
902 | struct signal_struct *signal; | 904 | struct signal_struct *signal; |
903 | struct sighand_struct *sighand; | 905 | struct sighand_struct *sighand; |