Commit 76f9409f authored by Michal Koutný's avatar Michal Koutný Committed by Tejun Heo
Browse files

cgroup: Update file naming comment



This changed long time ago in commit 8d7e6fb0 ("cgroup: update
cgroup name handling").

Signed-off-by: default avatarMichal Koutný <mkoutny@suse.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 78f6519e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -619,9 +619,8 @@ struct cgroup_root {
 */
struct cftype {
	/*
	 * By convention, the name should begin with the name of the
	 * subsystem, followed by a period.  Zero length string indicates
	 * end of cftype array.
	 * Name of the subsystem is prepended in cgroup_file_name().
	 * Zero length string indicates end of cftype array.
	 */
	char name[MAX_CFTYPE_NAME];
	unsigned long private;