telephony security group patch
authordk77.yun <dk77.yun@samsung.com>
Thu, 26 May 2011 03:51:49 +0000 (12:51 +0900)
committerdk77.yun <dk77.yun@samsung.com>
Thu, 26 May 2011 03:51:49 +0000 (12:51 +0900)
fs/proc/array.c

index 822c2d5065189906cd6a63bedd27875290964e04..df507005b53c1d37ec86311dd41e4c957c98e56e 100644 (file)
@@ -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);