From: dk77.yun Date: Thu, 26 May 2011 03:51:49 +0000 (+0900) Subject: telephony security group patch X-Git-Tag: 2.2.1_release^2~182^2~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b713ec5905ed682b88f0052b3e864b2068f9ae4;p=sdk%2Femulator%2Femulator-kernel.git telephony security group patch --- diff --git a/fs/proc/array.c b/fs/proc/array.c index 822c2d506518..df507005b53c 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -201,7 +201,7 @@ static inline void task_state(struct seq_file *m, struct pid_namespace *ns, group_info = cred->group_info; task_unlock(p); - for (g = 0; g < min(group_info->ngroups, NGROUPS_SMALL); g++) + for (g = 0; g < group_info->ngroups; g++) seq_printf(m, "%d ", GROUP_AT(group_info, g)); put_cred(cred);