Skip to content

Commit 76f9409

Browse files
Werkovhtejun
authored andcommitted
cgroup: Update file naming comment
This changed long time ago in commit 8d7e6fb ("cgroup: update cgroup name handling"). Signed-off-by: Michal Koutný <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent 78f6519 commit 76f9409

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/linux/cgroup-defs.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -619,9 +619,8 @@ struct cgroup_root {
619619
*/
620620
struct cftype {
621621
/*
622-
* By convention, the name should begin with the name of the
623-
* subsystem, followed by a period. Zero length string indicates
624-
* end of cftype array.
622+
* Name of the subsystem is prepended in cgroup_file_name().
623+
* Zero length string indicates end of cftype array.
625624
*/
626625
char name[MAX_CFTYPE_NAME];
627626
unsigned long private;

0 commit comments

Comments
 (0)