[PATCH 05/11] cgroup: clean up css_[try]get() and css_put()

2013-06-12 Thread Tejun Heo
* __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 Cc: Li Zefan --- include/linux/cgroup.h | 48 ---

Re: [PATCH 05/11] cgroup: clean up css_[try]get() and css_put()

2013-06-12 Thread Li Zefan
On 2013/6/13 5:03, Tejun Heo wrote: > * __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. > > Signed-off-by: Tejun Heo > --- > include/linux/cgroup.h | 48

[PATCH 05/11] cgroup: clean up css_[try]get() and css_put()

2013-06-12 Thread Tejun Heo
* __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. Signed-off-by: Tejun Heo --- include/linux/cgroup.h | 48 1 file changed, 24 insertions(+)