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 a7a3bdaac4ec..4b9ec914d60f 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -341,7 +341,7 @@ int proc_pid_stat(struct task_struct *task, char * buffer) task->comm, state, ppid, - task->pgrp, + process_group(task), task->session, tty_nr, tty_pgrp, |
