summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorBen Blum2011-05-27 01:25:21 +0200
committerLinus Torvalds2011-05-27 02:12:34 +0200
commitd846687d7f84e45f23ecf3846dbb43312a1206dd (patch)
tree5c19cf2e0e2faf288bb536f6878cddf11498ef3e /init
parentcgroups: make procs file writable (diff)
downloadkernel-qcow2-linux-d846687d7f84e45f23ecf3846dbb43312a1206dd.tar.gz
kernel-qcow2-linux-d846687d7f84e45f23ecf3846dbb43312a1206dd.tar.xz
kernel-qcow2-linux-d846687d7f84e45f23ecf3846dbb43312a1206dd.zip
cgroups: use flex_array in attach_proc
Convert cgroup_attach_proc to use flex_array. The cgroup_attach_proc implementation requires a pre-allocated array to store task pointers to atomically move a thread-group, but asking for a monolithic array with kmalloc() may be unreliable for very large groups. Using flex_array provides the same functionality with less risk of failure. This is a post-patch for cgroup-procs-write.patch. Signed-off-by: Ben Blum <bblum@andrew.cmu.edu> Cc: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Li Zefan <lizf@cn.fujitsu.com> Cc: Matt Helsley <matthltc@us.ibm.com> Reviewed-by: Paul Menage <menage@google.com> Cc: Oleg Nesterov <oleg@redhat.com> Cc: David Rientjes <rientjes@google.com> Cc: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions