cgroup: Update file naming comment

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

Signed-off-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
Michal Koutný 2025-03-11 13:36:27 +01:00 committed by Tejun Heo
parent 78f6519ed0
commit 76f9409f81

View File

@ -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;