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:
54e7b4e
)
cgroup: make hierarchy_id use cyclic idr
author
Tejun Heo
<tj@kernel.org>
Sun, 14 Apr 2013 18:36:58 +0000
(11:36 -0700)
committer
Tejun Heo
<tj@kernel.org>
Tue, 14 May 2013 18:42:07 +0000
(11:42 -0700)
We want to be able to lookup a hierarchy from its id and cyclic
allocation is a whole lot simpler with idr. Convert to idr and use
idr_alloc_cyclc().
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
No differences found