commit | a5e7ed3287e45f2eafbcf9e7e6fdc5a0191acf40 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jul 26 01:55:55 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:55:03 2012 -0500 |
tree | 4bc526f45eb2e9ab01beca0207f8633a19b963b8 | |
parent | f9ec80061af2116e9b6298a6334a6f288d7ea878 [diff] [blame] |
cgroup: propagate mode_t Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 1b7f9d5..a17becc 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h
@@ -319,7 +319,7 @@ * 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