diff options
Diffstat (limited to 'fs/proc/array.c')
| -rw-r--r-- | fs/proc/array.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c index 9b58d38bc91..fff6572676a 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -176,7 +176,7 @@ static inline void task_state(struct seq_file *m, struct pid_namespace *ns,  		if (tracer)  			tpid = task_pid_nr_ns(tracer, ns);  	} -	cred = get_cred((struct cred *) __task_cred(p)); +	cred = get_task_cred(p);  	seq_printf(m,  		"State:\t%s\n"  		"Tgid:\t%d\n"  | 
