Files
i2som-imx-linux/kernel
Tejun Heo 5993bba302 Revert "cgroup: Remove task_lock() from cgroup_post_fork()"
commit d878383211 upstream.

This reverts commit 7e3aa30ac8.

The commit incorrectly assumed that fork path always performed
threadgroup_change_begin/end() and depended on that for
synchronization against task exit and cgroup migration paths instead
of explicitly grabbing task_lock().

threadgroup_change is not locked when forking a new process (as
opposed to a new thread in the same process) and even if it were it
wouldn't be effective as different processes use different threadgroup
locks.

Revert the incorrect optimization.

Signed-off-by: Tejun Heo <tj@kernel.org>
LKML-Reference: <20121008020000.GB2575@localhost>
Acked-by: Li Zefan <lizefan@huawei.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-10-28 10:14:14 -07:00
..
2012-08-15 08:10:29 -07:00
2012-07-16 09:04:42 -07:00
2012-03-28 18:30:03 +01:00
2012-03-29 19:52:46 +08:00
2012-03-23 16:58:41 -07:00
2012-07-16 09:04:42 -07:00
2012-03-28 18:30:03 +01:00
2011-10-31 17:30:44 -07:00
2012-10-28 10:14:13 -07:00
2012-03-15 18:17:55 -07:00