git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d59cfc0
)
cgroup: simplify threadgroup locking
author
Tejun Heo
<tj@kernel.org>
Wed, 13 May 2015 20:35:18 +0000
(16:35 -0400)
committer
Tejun Heo
<tj@kernel.org>
Wed, 27 May 2015 00:35:00 +0000
(20:35 -0400)
Now that threadgroup locking is made global, code paths around it can
be simplified.
* lock-verify-unlock-retry dancing removed from __cgroup_procs_write().
* Race protection against de_thread() removed from
cgroup_update_dfl_csses().
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found