commit | 5de0107e634ce862f16360139709d9d3a656463e | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Jun 12 21:04:52 2013 -0700 |
committer | Tejun Heo <tj@kernel.org> | Thu Jun 13 10:55:17 2013 -0700 |
tree | 07e964c35fae8a82fa86275d1c46517403096f06 | |
parent | f4f4be2bd2889c69a8698edef8dbfd4f6759aa87 [diff] |
cgroup: clean up css_[try]get() and css_put() * __css_get() isn't used by anyone. Fold it into css_get(). * Add proper function comments to all css reference functions. This patch is purely cosmetic. v2: Typo fix as per Li. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Li Zefan <lizefan@huawei.com>