Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Michal Koutný and committed by
Tejun Heo
76f9409f 78f6519e

+2 -3
+2 -3
include/linux/cgroup-defs.h
··· 619 619 */ 620 620 struct cftype { 621 621 /* 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. 625 624 */ 626 625 char name[MAX_CFTYPE_NAME]; 627 626 unsigned long private;