diff options
Diffstat (limited to 'include/linux/init_task.h')
-rw-r--r-- | include/linux/init_task.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index 810a34f60424..1c1ff7e4faa4 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h | |||
@@ -25,13 +25,6 @@ | |||
25 | extern struct files_struct init_files; | 25 | extern struct files_struct init_files; |
26 | extern struct fs_struct init_fs; | 26 | extern struct fs_struct init_fs; |
27 | 27 | ||
28 | #ifdef CONFIG_CGROUPS | ||
29 | #define INIT_GROUP_RWSEM(sig) \ | ||
30 | .group_rwsem = __RWSEM_INITIALIZER(sig.group_rwsem), | ||
31 | #else | ||
32 | #define INIT_GROUP_RWSEM(sig) | ||
33 | #endif | ||
34 | |||
35 | #ifdef CONFIG_CPUSETS | 28 | #ifdef CONFIG_CPUSETS |
36 | #define INIT_CPUSET_SEQ(tsk) \ | 29 | #define INIT_CPUSET_SEQ(tsk) \ |
37 | .mems_allowed_seq = SEQCNT_ZERO(tsk.mems_allowed_seq), | 30 | .mems_allowed_seq = SEQCNT_ZERO(tsk.mems_allowed_seq), |
@@ -65,7 +58,6 @@ extern struct fs_struct init_fs; | |||
65 | INIT_PREV_CPUTIME(sig) \ | 58 | INIT_PREV_CPUTIME(sig) \ |
66 | .cred_guard_mutex = \ | 59 | .cred_guard_mutex = \ |
67 | __MUTEX_INITIALIZER(sig.cred_guard_mutex), \ | 60 | __MUTEX_INITIALIZER(sig.cred_guard_mutex), \ |
68 | INIT_GROUP_RWSEM(sig) \ | ||
69 | } | 61 | } |
70 | 62 | ||
71 | extern struct nsproxy init_nsproxy; | 63 | extern struct nsproxy init_nsproxy; |