diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2008-02-23 15:24:09 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-23 17:13:24 -0800 |
commit | a043e3b2c63445512c5592cbe3c8694f3c655e81 (patch) | |
tree | abfc3d3f475c32c7df14ada9fc4461b731628bd2 /include | |
parent | d19e0583300da82a6e27cd2116f558048502edaa (diff) | |
download | blackbird-obmc-linux-a043e3b2c63445512c5592cbe3c8694f3c655e81.tar.gz blackbird-obmc-linux-a043e3b2c63445512c5592cbe3c8694f3c655e81.zip |
cgroup: fix comments
fix:
- comments about need_forkexit_callback
- comments about release agent
- typo and comment style, etc.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Paul Menage <menage@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index ff9055fc3d2a..2ebf7afedd9f 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -175,7 +175,7 @@ struct css_set { * * * When reading/writing to a file: - * - the cgroup to use in file->f_dentry->d_parent->d_fsdata + * - the cgroup to use is file->f_dentry->d_parent->d_fsdata * - the 'cftype' of the file is file->f_dentry->d_fsdata */ |