aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/init_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/init_task.h')
-rw-r--r--include/linux/init_task.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h
index 69f91aacdee..6b281fae114 100644
--- a/include/linux/init_task.h
+++ b/include/linux/init_task.h
@@ -29,6 +29,8 @@ extern struct fs_struct init_fs;
29 .running = 0, \ 29 .running = 0, \
30 .lock = __SPIN_LOCK_UNLOCKED(sig.cputimer.lock), \ 30 .lock = __SPIN_LOCK_UNLOCKED(sig.cputimer.lock), \
31 }, \ 31 }, \
32 .cred_guard_mutex = \
33 __MUTEX_INITIALIZER(sig.cred_guard_mutex), \
32} 34}
33 35
34extern struct nsproxy init_nsproxy; 36extern struct nsproxy init_nsproxy;
@@ -152,8 +154,6 @@ extern struct cred init_cred;
152 .group_leader = &tsk, \ 154 .group_leader = &tsk, \
153 RCU_INIT_POINTER(.real_cred, &init_cred), \ 155 RCU_INIT_POINTER(.real_cred, &init_cred), \
154 RCU_INIT_POINTER(.cred, &init_cred), \ 156 RCU_INIT_POINTER(.cred, &init_cred), \
155 .cred_guard_mutex = \
156 __MUTEX_INITIALIZER(tsk.cred_guard_mutex), \
157 .comm = "swapper", \ 157 .comm = "swapper", \
158 .thread = INIT_THREAD, \ 158 .thread = INIT_THREAD, \
159 .fs = &init_fs, \ 159 .fs = &init_fs, \