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:
794611a
)
cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()
author
Li Zefan
<lizefan@huawei.com>
Tue, 18 Jun 2013 10:48:37 +0000
(18:48 +0800)
committer
Tejun Heo
<tj@kernel.org>
Tue, 18 Jun 2013 18:14:22 +0000
(11:14 -0700)
We used root->allcg_list to iterate cgroup hierarchy because at that time
cgroup_for_each_descendant_pre() hasn't been invented.
tj: In cgroup_cfts_commit(), s/@serial_nr/@update_upto/, move the
assignment right above releasing cgroup_mutex and explain what's
going on there.
Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/cgroup.h
patch
|
blob
|
history
kernel/cgroup.c
patch
|
blob
|
history
diff --cc
include/linux/cgroup.h
Simple merge
diff --cc
kernel/cgroup.c
Simple merge