From: sua Date: Mon, 31 Jan 2011 02:20:07 +0000 (+0900) Subject: telephony security group patch X-Git-Tag: 2.2.1_release^2~182^2~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa77ed3d8e2b48b09b577c3dd72759b1b2943114;p=sdk%2Femulator%2Femulator-kernel.git telephony security group patch Change-Id: I4e875844071c58c4867683da043e3f8f07912c61 --- 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);