diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 01:55:55 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:55:03 -0500 |
| commit | a5e7ed3287e45f2eafbcf9e7e6fdc5a0191acf40 (patch) | |
| tree | 4bc526f45eb2e9ab01beca0207f8633a19b963b8 /include/linux | |
| parent | f9ec80061af2116e9b6298a6334a6f288d7ea878 (diff) | |
cgroup: propagate mode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux')
| -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 1b7f9d525013..a17becc36ca1 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
| @@ -319,7 +319,7 @@ struct cftype { | |||
| 319 | * If not 0, file mode is set to this value, otherwise it will | 319 | * If not 0, file mode is set to this value, otherwise it will |
| 320 | * be figured out automatically | 320 | * be figured out automatically |
| 321 | */ | 321 | */ |
| 322 | mode_t mode; | 322 | umode_t mode; |
| 323 | 323 | ||
| 324 | /* | 324 | /* |
| 325 | * If non-zero, defines the maximum length of string that can | 325 | * If non-zero, defines the maximum length of string that can |
