diff options
Diffstat (limited to 'fs/sysfs/group.c')
| -rw-r--r-- | fs/sysfs/group.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/group.c b/fs/sysfs/group.c index 194414f8298..dd1701caecc 100644 --- a/fs/sysfs/group.c +++ b/fs/sysfs/group.c @@ -33,7 +33,7 @@ static int create_files(struct sysfs_dirent *dir_sd, struct kobject *kobj,  	int error = 0, i;  	for (i = 0, attr = grp->attrs; *attr && !error; i++, attr++) { -		mode_t mode = 0; +		umode_t mode = 0;  		/* in update mode, we're changing the permissions or  		 * visibility.  Do this by first removing then  | 
