mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 23:13:01 +02:00
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:
parent
78f6519ed0
commit
76f9409f81
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user