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:
f3d4650
)
device_cgroup: use css_has_online_children() instead of has_children()
author
Tejun Heo
<tj@kernel.org>
Fri, 16 May 2014 17:22:52 +0000
(13:22 -0400)
committer
Tejun Heo
<tj@kernel.org>
Fri, 16 May 2014 17:22:52 +0000
(13:22 -0400)
devcgroup_update_access() wants to know whether there are child
cgroups which are online and visible to userland and has_children()
may return false positive. Replace it with css_has_online_children().
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Aristeu Rozanski <aris@redhat.com>
Acked-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Li Zefan <lizefan@huawei.com>
security/device_cgroup.c
patch
|
blob
|
history
diff --cc
security/device_cgroup.c
Simple merge