aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/array.c')
-rw-r--r--fs/proc/array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c
index d25b44601b30..89600fd5963d 100644
--- a/fs/proc/array.c
+++ b/fs/proc/array.c
@@ -207,7 +207,7 @@ static inline void task_state(struct seq_file *m, struct pid_namespace *ns,
207 group_info = cred->group_info; 207 group_info = cred->group_info;
208 for (g = 0; g < group_info->ngroups; g++) 208 for (g = 0; g < group_info->ngroups; g++)
209 seq_put_decimal_ull(m, g ? " " : "", 209 seq_put_decimal_ull(m, g ? " " : "",
210 from_kgid_munged(user_ns, GROUP_AT(group_info, g))); 210 from_kgid_munged(user_ns, group_info->gid[g]));
211 put_cred(cred); 211 put_cred(cred);
212 /* Trailing space shouldn't have been added in the first place. */ 212 /* Trailing space shouldn't have been added in the first place. */
213 seq_putc(m, ' '); 213 seq_putc(m, ' ');