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 | |
parent | f9ec80061af2116e9b6298a6334a6f288d7ea878 (diff) | |
download | linux-a5e7ed3287e45f2eafbcf9e7e6fdc5a0191acf40.tar.bz2 |
cgroup: propagate mode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 1b7f9d525013..a17becc36ca1 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -319,7 +319,7 @@ struct cftype { * If not 0, file mode is set to this value, otherwise it will * be figured out automatically */ - mode_t mode; + umode_t mode; /* * If non-zero, defines the maximum length of string that can |