commit | faef2b6c9960b5ae288899f461a2218ec6bb7928 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 24 23:44:53 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:55:03 2012 -0500 |
tree | af61427bb0984315800617263dbc4d8c42b7d7e7 | |
parent | 5b91aca0bd462c80cf509cbc1014f803eabdc205 [diff] [blame] |
sysfs: propagate umode_t Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c index 120c3ad..62f4fb3 100644 --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c
@@ -518,7 +518,7 @@ } int sysfs_add_file_mode(struct sysfs_dirent *dir_sd, - const struct attribute *attr, int type, mode_t amode) + const struct attribute *attr, int type, umode_t amode) { umode_t mode = (amode & S_IALLUGO) | S_IFREG; struct sysfs_addrm_cxt acxt;