cgroup: remove redundant get/put of task struct
authorMandeep Singh Baines <msb@chromium.org>
Thu, 22 Dec 2011 04:18:36 +0000 (20:18 -0800)
committerTejun Heo <tj@kernel.org>
Thu, 22 Dec 2011 15:32:57 +0000 (07:32 -0800)
commitb07ef7741122a83575499c11417e514877941e76
treeba7fa1298320cce6ffef59e7865ef4fecbd23af1
parent026085ef5ae07c3197f2baacc091ce067b86ed11
cgroup: remove redundant get/put of task struct

threadgroup_lock() guarantees that the target threadgroup will
remain stable - no new task will be added, no new PF_EXITING
will be set and exec won't happen.

Changes in V2:
* https://lkml.org/lkml/2011/12/20/369 (Tejun Heo)
  * Undo incorrect removal of get/put from attach_task_by_pid()
* Author
  * Remove a comment which is made stale by this change

Signed-off-by: Mandeep Singh Baines <msb@chromium.org>
Acked-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: containers@lists.linux-foundation.org
Cc: cgroups@vger.kernel.org
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Paul Menage <paul@paulmenage.org>
kernel/cgroup.c
This page took 0.025753 seconds and 5 git commands to generate.