commit | fdce6bf8c5b6968eb9b96ecc5fe400514a604902 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Mar 19 10:23:54 2014 -0400 |
committer | Tejun Heo <tj@kernel.org> | Wed Mar 19 10:23:54 2014 -0400 |
tree | f6e0c4f6b026cf7edd3db7270c910355fc481351 | |
parent | 985ed670144c25058f235276f69d687de1b7c7ba [diff] |
cgroup: remove NULL checks from [pr_cont_]cgroup_{name|path}() The dummy hierarchy is now a fully functional one and dummy_top has a kernfs_node associated with it. Drop the NULL checks in [pr_cont_]cont_{name|path}() which are no longer necessary. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Li Zefan <lizefan@huawei.com>