diff options
author | Michal Koutný <mkoutny@suse.com> | 2025-03-11 13:36:27 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2025-03-11 09:22:55 -1000 |
commit | 76f9409f813c9dc24a22fa7a587a31983706c4d5 (patch) | |
tree | 640c3a0f7de7f8ff1570be05c4919d73273dff5b | |
parent | 78f6519ed0766e36f08954810ce05f19212242a6 (diff) |
cgroup: Update file naming comment
This changed long time ago in commit 8d7e6fb0a1db9 ("cgroup: update
cgroup name handling").
Signed-off-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
-rw-r--r-- | include/linux/cgroup-defs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/cgroup-defs.h b/include/linux/cgroup-defs.h index 1b20d2d8ef7c..d8d6fe24f375 100644 --- a/include/linux/cgroup-defs.h +++ b/include/linux/cgroup-defs.h @@ -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; |