Files
linux-st/include/linux
Tejun Heo 0e1d768f1b cgroup: drop task_lock() protection around task->cgroups
For optimization, task_lock() is additionally used to protect
task->cgroups.  The optimization is pretty dubious as either
css_set_rwsem is grabbed anyway or PF_EXITING already protects
task->cgroups.  It adds only overhead and confusion at this point.
Let's drop task_[un]lock() and update comments accordingly.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
2014-02-25 10:04:03 -05:00
..
2014-01-24 22:39:54 +01:00
2014-01-28 08:09:46 -07:00
2014-01-25 23:58:17 -05:00
2014-01-26 22:48:35 +01:00
2014-02-07 16:08:57 -08:00
2014-01-25 08:55:09 +01:00
2014-01-27 21:02:39 -08:00
2014-01-25 03:14:05 -05:00
2014-01-28 13:20:09 -08:00
2014-01-23 16:37:02 -08:00
2014-01-27 21:02:39 -08:00
2014-01-30 16:56:55 -08:00