commit | 48176a973d65572e61d0ce95495e5072887e6fb6 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jul 24 03:40:40 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:54:56 2012 -0500 |
tree | b6e930272851a2d15690d6841b7ae3a9f4f04760 | |
parent | d161a13f974c72fd7ff0069d39a3ae57cb5694ff [diff] |
switch sysfs_chmod_file() to 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 d4e6080..120c3ad 100644 --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c
@@ -618,7 +618,7 @@ * */ int sysfs_chmod_file(struct kobject *kobj, const struct attribute *attr, - mode_t mode) + umode_t mode) { struct sysfs_dirent *sd; struct iattr newattrs;