From: Li Zefan Date: Thu, 24 Jan 2013 06:32:02 +0000 (+0800) Subject: cgroup: remove bogus comments in cgroup_diput() X-Git-Tag: v3.9-rc1~157^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed8a659703876a9fe96ab86d1b296c2f0084242;p=pandora-kernel.git cgroup: remove bogus comments in cgroup_diput() Since commit 48ddbe194623ae089cc0576e60363f2d2e85662a ("cgroup: make css->refcnt clearing on cgroup removal optional"), each css holds a ref on cgroup's dentry, so cgroup_diput() won't be called until all css' refs go down to 0, which invalids the comments. Signed-off-by: Li Zefan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed