X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fcgroup.h;h=27b0c9105da56e89a7bcf423e7953eef5820304a;hb=b583043e99bc6d91e98fae32bd9eff6a5958240a;hp=1d51968890480bdbca29d576769a6565ba7544a2;hpb=511c41d9e6665a07aca94eb00983cf6d77dd87ff;p=cascardo%2Flinux.git 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 { * struct cftype: handler definitions for cgroup control files * * When reading/writing to a file: - * - the cgroup to use is file->f_dentry->d_parent->d_fsdata - * - the 'cftype' of the file is file->f_dentry->d_fsdata + * - the cgroup to use is file->f_path.dentry->d_parent->d_fsdata + * - the 'cftype' of the file is file->f_path.dentry->d_fsdata */ /* cftype->flags */