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:
3f33e64
)
cgroup: make cgroup_is_removed() static
author
Tejun Heo
<tj@kernel.org>
Fri, 24 May 2013 01:55:38 +0000
(10:55 +0900)
committer
Tejun Heo
<tj@kernel.org>
Fri, 24 May 2013 01:55:38 +0000
(10:55 +0900)
cgroup_is_removed() no longer has external users and it shouldn't grow
any - controllers should deal with cgroup_subsys_state on/offline
state instead of cgroup removal state. Make it static.
While at it, make it return bool.
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found