diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 1d5196889048..27b0c9105da5 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -367,8 +367,8 @@ struct css_set { | |||
367 | * struct cftype: handler definitions for cgroup control files | 367 | * struct cftype: handler definitions for cgroup control files |
368 | * | 368 | * |
369 | * When reading/writing to a file: | 369 | * When reading/writing to a file: |
370 | * - the cgroup to use is file->f_dentry->d_parent->d_fsdata | 370 | * - the cgroup to use is file->f_path.dentry->d_parent->d_fsdata |
371 | * - the 'cftype' of the file is file->f_dentry->d_fsdata | 371 | * - the 'cftype' of the file is file->f_path.dentry->d_fsdata |
372 | */ | 372 | */ |
373 | 373 | ||
374 | /* cftype->flags */ | 374 | /* cftype->flags */ |