projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa24aa
)
telephony security group patch
author
dk77.yun
<dk77.yun@samsung.com>
Thu, 26 May 2011 03:51:49 +0000
(12:51 +0900)
committer
dk77.yun
<dk77.yun@samsung.com>
Thu, 26 May 2011 03:51:49 +0000
(12:51 +0900)
fs/proc/array.c
patch
|
blob
|
history
diff --git
a/fs/proc/array.c
b/fs/proc/array.c
index 822c2d5065189906cd6a63bedd27875290964e04..df507005b53c1d37ec86311dd41e4c957c98e56e 100644
(file)
--- 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);