diff options
Diffstat (limited to 'fs/fat/inode.c')
-rw-r--r-- | fs/fat/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/fat/inode.c b/fs/fat/inode.c index 2b2eec1283bf..cf621acd9e9a 100644 --- a/fs/fat/inode.c +++ b/fs/fat/inode.c | |||
@@ -921,8 +921,8 @@ static int parse_options(char *options, int is_vfat, int silent, int *debug, | |||
921 | 921 | ||
922 | opts->isvfat = is_vfat; | 922 | opts->isvfat = is_vfat; |
923 | 923 | ||
924 | opts->fs_uid = current->uid; | 924 | opts->fs_uid = current_uid(); |
925 | opts->fs_gid = current->gid; | 925 | opts->fs_gid = current_gid(); |
926 | opts->fs_fmask = opts->fs_dmask = current->fs->umask; | 926 | opts->fs_fmask = opts->fs_dmask = current->fs->umask; |
927 | opts->allow_utime = -1; | 927 | opts->allow_utime = -1; |
928 | opts->codepage = fat_default_codepage; | 928 | opts->codepage = fat_default_codepage; |