diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index bbffd087476c..2c756666c111 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1288,9 +1288,9 @@ struct task_struct { | |||
1288 | struct list_head cpu_timers[3]; | 1288 | struct list_head cpu_timers[3]; |
1289 | 1289 | ||
1290 | /* process credentials */ | 1290 | /* process credentials */ |
1291 | const struct cred *real_cred; /* objective and real subjective task | 1291 | const struct cred __rcu *real_cred; /* objective and real subjective task |
1292 | * credentials (COW) */ | 1292 | * credentials (COW) */ |
1293 | const struct cred *cred; /* effective (overridable) subjective task | 1293 | const struct cred __rcu *cred; /* effective (overridable) subjective task |
1294 | * credentials (COW) */ | 1294 | * credentials (COW) */ |
1295 | struct mutex cred_guard_mutex; /* guard against foreign influences on | 1295 | struct mutex cred_guard_mutex; /* guard against foreign influences on |
1296 | * credential calculations | 1296 | * credential calculations |