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:
b5d646f
)
cgroup: initialize cgrp->dentry before css_alloc()
author
Li Zefan
<lizefan@huawei.com>
Thu, 24 Jan 2013 06:30:22 +0000
(14:30 +0800)
committer
Tejun Heo
<tj@kernel.org>
Thu, 24 Jan 2013 20:05:17 +0000
(12:05 -0800)
With this change, we're guaranteed that cgroup_path() won't see NULL
cgrp->dentry, and thus we can remove the NULL check in it.
(Well, it's not strictly true, because dummptop.dentry is always NULL
but we already handle that separately.)
Signed-off-by: Li Zefan <lizefan@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found